aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libxine/libxine-1.1.0/gcc41.patch
diff options
context:
space:
mode:
authorwoglinde <heinold@inf.fu-berlin.de>2009-03-31 10:57:03 +0200
committerwoglinde <heinold@inf.fu-berlin.de>2009-03-31 10:57:03 +0200
commit780c434192ad4c0bfe60386417e7b986767b31ce (patch)
treef40b406fc155a3eb264b2f3ce3389c91e6cfe4bc /recipes/libxine/libxine-1.1.0/gcc41.patch
parent66e881fe4852817bd82dcb9d618a151cb2eddb3f (diff)
downloadopenembedded-780c434192ad4c0bfe60386417e7b986767b31ce.tar.gz
Revert "libxine: remove older verison and add the actual 1.1.16"
This reverts commit 01782313f289ff9cef1f2976db9b10bacfe8e2a5.
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, 13 insertions, 0 deletions
diff --git a/recipes/libxine/libxine-1.1.0/gcc41.patch b/recipes/libxine/libxine-1.1.0/gcc41.patch
new file mode 100644
index 0000000000..f201a5e38b
--- /dev/null
+++ b/recipes/libxine/libxine-1.1.0/gcc41.patch
@@ -0,0 +1,13 @@
+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);
+