[oe-commits] org.oe.dev libxine 1.1.0 add gcc4.1.1 patch (static vs. nonstatic declaration)

mickeyl commit openembedded-commits at lists.openembedded.org
Tue Sep 19 10:19:15 UTC 2006


libxine 1.1.0 add gcc4.1.1 patch (static vs. nonstatic declaration)

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 6d100db98058c09693219ae4ba1fae6cc7e80172
ViewMTN: http://monotone.openembedded.org/revision.psp?id=6d100db98058c09693219ae4ba1fae6cc7e80172
Files:
1
packages/libxine/libxine-1.1.0/gcc41.patch
packages/libxine/libxine_1.1.0.bb
Diffs:

#
# mt diff -rad5311d28b633dd7e485c959d28c25521908065c -r6d100db98058c09693219ae4ba1fae6cc7e80172
#
# 
# 
# add_file "packages/libxine/libxine-1.1.0/gcc41.patch"
#  content [6f090c78ec5287adb18eae214dec2daa4b189966]
# 
# patch "packages/libxine/libxine_1.1.0.bb"
#  from [c7df63a0c7e02d676cbf38939a0bedc1f281152d]
#    to [9cfb0371391c229906c50c515e781ab0cbc40ed4]
# 
============================================================
--- packages/libxine/libxine-1.1.0/gcc41.patch	6f090c78ec5287adb18eae214dec2daa4b189966
+++ packages/libxine/libxine-1.1.0/gcc41.patch	6f090c78ec5287adb18eae214dec2daa4b189966
@@ -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);
+ 
============================================================
--- packages/libxine/libxine_1.1.0.bb	c7df63a0c7e02d676cbf38939a0bedc1f281152d
+++ packages/libxine/libxine_1.1.0.bb	9cfb0371391c229906c50c515e781ab0cbc40ed4
@@ -5,7 +5,7 @@ PROVIDES = "virtual/libxine"
 LICENSE = "GPL"
 DEPENDS = "zlib libogg libvorbis tremor libmad libmodplug esound-gpe virtual/libx11 libxext libpng"
 PROVIDES = "virtual/libxine"
-PR = "r0"
+PR = "r1"
 
 inherit autotools pkgconfig gettext binconfig
 
@@ -22,6 +22,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/xine/xi
     file://mpegvideo-static-inlinine.patch;patch=1 \
     file://no-caca.patch;patch=1 \
     file://dont-have-xv.patch;patch=1 \
+    file://gcc41.patch;patch=1"
 "
 
 DEFAULT_PREFERENCE = "-1"






More information about the Openembedded-commits mailing list