summaryrefslogtreecommitdiff
path: root/packages/libxine/libxine-x11_1.0.bb
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2006-02-17 19:07:52 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-17 19:07:52 +0000
commit917c32e14a416be6bf78d69554c21901a0cde732 (patch)
treec5b4e3f923d4b4f5602a0050554d0d316eb4c914 /packages/libxine/libxine-x11_1.0.bb
parent41eb21451e83a1f7bbccc0497a469a69f726aa81 (diff)
libxine-x11: Add a patch tto fix gcc4 compilcation, fixes bug #694, thanks to Mikko Rasa
Diffstat (limited to 'packages/libxine/libxine-x11_1.0.bb')
-rw-r--r--packages/libxine/libxine-x11_1.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/libxine/libxine-x11_1.0.bb b/packages/libxine/libxine-x11_1.0.bb
index fe809c1248..b8f22e7dc4 100644
--- a/packages/libxine/libxine-x11_1.0.bb
+++ b/packages/libxine/libxine-x11_1.0.bb
@@ -21,7 +21,8 @@ SRC_URI = "http://heanet.dl.sourceforge.net/sourceforge/xine/xine-lib-${PV}.tar.
file://fix-syntax-xine-vorbis-decoder.patch;patch=1 \
file://libxine-cut-memusage.patch;patch=1 \
file://mpegvideo-static-inlinine.patch;patch=1 \
- file://libxine-libavcodec.patch;patch=1"
+ file://libxine-libavcodec.patch;patch=1 \
+ file://libxine-gcc4.patch;patch=1"
S = "${WORKDIR}/xine-lib-${PV}"
SOV = "1.0.7"