diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-03-19 22:33:59 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-19 22:33:59 +0000 |
commit | f192d71b439c706796b4fd3876720b8614e16bcb (patch) | |
tree | c30b2262be8458a22e982e43813b65e79cdcc7d4 /packages/libxine/libxine-x11_1.0.bb | |
parent | dbc441f78f44380fb31d944cf73e08dfd15cf98a (diff) |
libxine-fb 1.0: apply gcc4 patch
Diffstat (limited to 'packages/libxine/libxine-x11_1.0.bb')
-rw-r--r-- | packages/libxine/libxine-x11_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/libxine/libxine-x11_1.0.bb b/packages/libxine/libxine-x11_1.0.bb index ea70778517..03a47474b0 100644 --- a/packages/libxine/libxine-x11_1.0.bb +++ b/packages/libxine/libxine-x11_1.0.bb @@ -22,7 +22,7 @@ SRC_URI = "http://heanet.dl.sourceforge.net/sourceforge/xine/xine-lib-${PV}.tar. file://libxine-cut-memusage.patch;patch=1 \ file://mpegvideo-static-inlinine.patch;patch=1 \ file://libxine-libavcodec.patch;patch=1 \ - file://libxine-gcc4.patch;patch=1" + file://libxine-gcc4.patch;patch=1" S = "${WORKDIR}/xine-lib-${PV}" SOV = "1.0.7" |