summaryrefslogtreecommitdiff
path: root/recipes/libxine/libxine-1.1.0/gcc41.patch
diff options
context:
space:
mode:
authorwoglinde <heinold@inf.fu-berlin.de>2009-03-28 16:15:51 +0100
committerwoglinde <heinold@inf.fu-berlin.de>2009-04-01 23:00:01 +0200
commite59631d0854718461cf9c31fdf243a077ccac290 (patch)
tree16c4409e4d7f0b5128e136f0f6c0a68b5be8119e /recipes/libxine/libxine-1.1.0/gcc41.patch
parent791a9bc3f0fbcd4f44bda9dc7cd6cfaa709aefa0 (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.0/gcc41.patch')
-rw-r--r--recipes/libxine/libxine-1.1.0/gcc41.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes/libxine/libxine-1.1.0/gcc41.patch b/recipes/libxine/libxine-1.1.0/gcc41.patch
deleted file mode 100644
index f201a5e38b..0000000000
--- a/recipes/libxine/libxine-1.1.0/gcc41.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: xine-lib-1.1.0/src/libffmpeg/libavcodec/mpegvideo.h
-===================================================================
---- xine-lib-1.1.0.orig/src/libffmpeg/libavcodec/mpegvideo.h
-+++ xine-lib-1.1.0/src/libffmpeg/libavcodec/mpegvideo.h
-@@ -928,7 +928,7 @@ int ff_mpeg4_get_video_packet_prefix_len
- int ff_h263_resync(MpegEncContext *s);
- int ff_h263_get_gob_height(MpegEncContext *s);
- int ff_mpeg4_set_direct_mv(MpegEncContext *s, int mx, int my);
--int ff_h263_round_chroma(int x);
-+static int ff_h263_round_chroma(int x);
- void ff_h263_encode_motion(MpegEncContext * s, int val, int f_code);
- int ff_mpeg4_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);
-