diff options
author | woglinde <heinold@inf.fu-berlin.de> | 2009-03-28 16:15:51 +0100 |
---|---|---|
committer | woglinde <heinold@inf.fu-berlin.de> | 2009-04-01 23:00:01 +0200 |
commit | e59631d0854718461cf9c31fdf243a077ccac290 (patch) | |
tree | 16c4409e4d7f0b5128e136f0f6c0a68b5be8119e /recipes/libxine/libxine-1.1.16/libavcodec.patch | |
parent | 791a9bc3f0fbcd4f44bda9dc7cd6cfaa709aefa0 (diff) |
libxine: remove older verison and add the actual 1.1.16
* dont seperate x11 and fb anymore xine can handle it via plugins
* therefore all recipes wich depends on libxine-fb or libxine-x11
have to changed to libxine
Diffstat (limited to 'recipes/libxine/libxine-1.1.16/libavcodec.patch')
-rw-r--r-- | recipes/libxine/libxine-1.1.16/libavcodec.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/recipes/libxine/libxine-1.1.16/libavcodec.patch b/recipes/libxine/libxine-1.1.16/libavcodec.patch new file mode 100644 index 0000000000..c4ef887c3d --- /dev/null +++ b/recipes/libxine/libxine-1.1.16/libavcodec.patch @@ -0,0 +1,26 @@ +Index: xine-lib-1.1.16/src/combined/ffmpeg/ffmpeg_decoder.h +=================================================================== +--- xine-lib-1.1.16.orig/src/combined/ffmpeg/ffmpeg_decoder.h 2009-03-25 00:27:52.177883234 +0100 ++++ xine-lib-1.1.16/src/combined/ffmpeg/ffmpeg_decoder.h 2009-03-25 00:27:58.048708749 +0100 +@@ -26,8 +26,6 @@ + #endif + + #ifdef HAVE_FFMPEG_AVUTIL_H +-# include <avcodec.h> +-#elif defined HAVE_FFMPEG + # include <libavcodec/avcodec.h> + #else + # include "../../libffmpeg/libavcodec/avcodec.h" +Index: xine-lib-1.1.16/src/combined/ffmpeg/ff_dvaudio_decoder.c +=================================================================== +--- xine-lib-1.1.16.orig/src/combined/ffmpeg/ff_dvaudio_decoder.c 2009-03-25 00:28:05.839130673 +0100 ++++ xine-lib-1.1.16/src/combined/ffmpeg/ff_dvaudio_decoder.c 2009-03-25 00:28:28.411467638 +0100 +@@ -53,8 +53,6 @@ + #endif + + #ifdef HAVE_FFMPEG_AVUTIL_H +-# include <avcodec.h> +-#elif defined HAVE_FFMPEG + # include <libavcodec/avcodec.h> + #else + # include "../../libffmpeg/libavcodec/avcodec.h" |