summaryrefslogtreecommitdiff
path: root/audio/moc/ffmpeg.c.diff
diff options
context:
space:
mode:
authorMichael Wagner <slackware.wagnerm@arcor.de>2010-05-13 00:21:34 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-13 00:21:34 +0200
commit86824a6775cb1b3c13756bc4d7a4b94921ce9ef7 (patch)
tree9fae1332d3978aa4e304092a81019209fc3c823d /audio/moc/ffmpeg.c.diff
parentd69e58eca749b82f98065b2d07e2f7b7f8a35f56 (diff)
downloadslackbuilds-86824a6775cb1b3c13756bc4d7a4b94921ce9ef7.tar.gz
audio/moc: Updated for version 2.4.4
Diffstat (limited to 'audio/moc/ffmpeg.c.diff')
-rw-r--r--audio/moc/ffmpeg.c.diff14
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/moc/ffmpeg.c.diff b/audio/moc/ffmpeg.c.diff
deleted file mode 100644
index 6a5d4d1651..0000000000
--- a/audio/moc/ffmpeg.c.diff
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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. */