diff options
Diffstat (limited to 'audio/cuberok/files/patch-src-player_ffmpeg.h')
-rw-r--r-- | audio/cuberok/files/patch-src-player_ffmpeg.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/cuberok/files/patch-src-player_ffmpeg.h b/audio/cuberok/files/patch-src-player_ffmpeg.h new file mode 100644 index 000000000000..6443831faeac --- /dev/null +++ b/audio/cuberok/files/patch-src-player_ffmpeg.h @@ -0,0 +1,13 @@ +--- src/player_ffmpeg.h.orig 2009-07-10 14:14:03.000000000 +0800 ++++ src/player_ffmpeg.h 2010-05-10 21:49:51.000000000 +0800 +@@ -27,8 +27,8 @@ + #include <libavcodec/avcodec.h> + #include <libavformat/avformat.h> + #else +-#include <avcodec.h> +-#include <avformat.h> ++#include <ffmpeg/avcodec.h> ++#include <ffmpeg/avformat.h> + #endif + } + |