diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 20:30:49 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 20:30:49 +0200 |
commit | 96d9d5a9a46136d88f191f6b498716afc3d956fd (patch) | |
tree | 9c3791331e89f1deec2338af939550ed33f43c81 /audio/moc/ffmpeg.c.diff | |
parent | 999c1ed65abee216d96a9ad9b753f55afe5e9dd0 (diff) |
audio/moc: Moved from multimedia
Diffstat (limited to 'audio/moc/ffmpeg.c.diff')
-rw-r--r-- | audio/moc/ffmpeg.c.diff | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/moc/ffmpeg.c.diff b/audio/moc/ffmpeg.c.diff new file mode 100644 index 0000000000000..6a5d4d1651717 --- /dev/null +++ b/audio/moc/ffmpeg.c.diff @@ -0,0 +1,14 @@ +--- decoder_plugins/ffmpeg/ffmpeg.c~ 2008-06-25 18:43:02.000000000 +0200 ++++ decoder_plugins/ffmpeg/ffmpeg.c 2008-06-25 18:43:15.000000000 +0200 +@@ -22,7 +22,11 @@ + #ifdef HAVE_INTTYPES_H + # include <inttypes.h> + #endif ++#if HAVE_LIBAVFORMAT_AVFORMAT_H ++#include <libavformat/avformat.h> ++#else + #include <ffmpeg/avformat.h> ++#endif + + /* FFmpeg also likes common names, without that, our common.h and log.h would + * not be included. */ |