diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-09-18 17:15:42 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-09-18 17:15:42 +0000 |
commit | 8d8d45889668f4917ebf9aced141aad0a9353df6 (patch) | |
tree | 0843506b5d246bcd16d2e26c768d33f00cef959f /packages | |
parent | 1175ce4794017d24cd6030e97453359a9515e28b (diff) |
libxine 1.1.0 fix typo in SRC_URI
Diffstat (limited to 'packages')
-rw-r--r-- | packages/libxine/libxine_1.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/libxine/libxine_1.1.0.bb b/packages/libxine/libxine_1.1.0.bb index 735a18510c..7b78d2ae51 100644 --- a/packages/libxine/libxine_1.1.0.bb +++ b/packages/libxine/libxine_1.1.0.bb @@ -22,7 +22,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/xine/xine-lib-${PV}.tar.gz \ 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" + file://gcc41.patch;patch=1 \ " DEFAULT_PREFERENCE = "-1" |