diff options
author | methodus <methodus@web.de> | 2012-10-15 00:41:46 +0200 |
---|---|---|
committer | methodus <methodus@web.de> | 2012-10-15 00:41:46 +0200 |
commit | e57c713c24464c73f6cccf0d042b8e63688a65b7 (patch) | |
tree | 925057e7d087baea8300d62d13554f6bb5a4a51b | |
parent | 9a99d7295fc3ac0cda69e695a6286cddd2fe587d (diff) | |
download | vdr-plugin-upnp-e57c713c24464c73f6cccf0d042b8e63688a65b7.tar.gz vdr-plugin-upnp-e57c713c24464c73f6cccf0d042b8e63688a65b7.tar.bz2 |
Removed ffmpeg headers. I don't need them.
-rw-r--r-- | plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp b/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp index 35c754f..57fe9e3 100644 --- a/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp +++ b/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp @@ -5,7 +5,6 @@ * Author: savop */ -#include <tools/codec.h> #include <server.h> #include <webserver.h> #include <vdr/videodir.h> @@ -21,8 +20,6 @@ #include <media/profile.h> #include <boost/date_time/gregorian/gregorian.hpp> #include <boost/date_time/posix_time/posix_time.hpp> -#include <libavformat/avformat.h> -#include <libavcodec/avcodec.h> using namespace std; |