diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/file_group.cc | 5 | ||||
| -rw-r--r-- | src/lib/wscript | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/file_group.cc b/src/lib/file_group.cc index 5f9531f4c..d364a395d 100644 --- a/src/lib/file_group.cc +++ b/src/lib/file_group.cc @@ -18,9 +18,6 @@ */ #include <cstdio> -extern "C" { -#include <libavformat/avio.h> -} #include <sndfile.h> #include "file_group.h" #include "exceptions.h" @@ -96,8 +93,6 @@ FileGroup::seek (int64_t pos, int whence) const case SEEK_END: full_pos = len - pos; break; - case AVSEEK_SIZE: - return len; } /* Seek to full_pos */ diff --git a/src/lib/wscript b/src/lib/wscript index 1e88e6e62..ebd316a0c 100644 --- a/src/lib/wscript +++ b/src/lib/wscript @@ -22,6 +22,7 @@ sources = """ encoder.cc examine_content_job.cc exceptions.cc + file_group.cc filter_graph.cc ffmpeg.cc ffmpeg_content.cc |
