summaryrefslogtreecommitdiffstats
path: root/extra/vlc-plugin
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-09-08 08:33:17 +0200
committersibel <lesibel@free.fr>2010-09-08 08:33:17 +0200
commitd8e3600056b92f1f4da3580c7f91b9f624acef23 (patch)
tree2addb573f491656c9c1440cc99b8b22b52a21a51 /extra/vlc-plugin
parentc2de2bedd5c9d28cf52f75fd27aa02aa4685baff (diff)
downloadnutyx-extra-d8e3600056b92f1f4da3580c7f91b9f624acef23.tar.gz
nutyx-extra-d8e3600056b92f1f4da3580c7f91b9f624acef23.tar.bz2
nutyx-extra-d8e3600056b92f1f4da3580c7f91b9f624acef23.tar.xz
nutyx-extra-d8e3600056b92f1f4da3580c7f91b9f624acef23.zip
Ajustement de make de libcaptury
Diffstat (limited to 'extra/vlc-plugin')
-rw-r--r--extra/vlc-plugin/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/vlc-plugin/Pkgfile b/extra/vlc-plugin/Pkgfile
index e2c137099..05fbe11ba 100644
--- a/extra/vlc-plugin/Pkgfile
+++ b/extra/vlc-plugin/Pkgfile
@@ -50,8 +50,8 @@ build() {
--enable-realrtsp ${EXTRAFEATURES}
CFLAGS="-fPIC"
- make -j5
- make -j5 DESTDIR=$PKG install
+ make
+ make DESTDIR=$PKG install
rm -r $PKG/usr
mkdir -p $PKG/usr/lib/firefox/plugins/
install -m755 projects/mozilla/.libs/libvlcplugin.so $PKG/usr/lib/firefox/plugins/libvlcplugin.so