wok-next diff libvlc-dev/receipt @ rev 6343

Fixed vlc. Using ffmpeg instead of ffmpeg-svn since ffmpeg-svn can't be build.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Sep 19 14:05:10 2010 +0000 (2010-09-19)
parents d11911cdab0f
children 2d4f5d74c752
line diff
     1.1 --- a/libvlc-dev/receipt	Tue Sep 07 17:07:47 2010 +0000
     1.2 +++ b/libvlc-dev/receipt	Sun Sep 19 14:05:10 2010 +0000
     1.3 @@ -18,5 +18,5 @@
     1.4  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib/
     1.5  	cp -a $_pkg/usr/include/vlc $fs/usr/include
     1.6  	cp -a $_pkg/usr/lib/vlc $fs/usr/lib/
     1.7 -	rm $fs/usr/lib/vlc/*/*.so
     1.8 +	rm $fs/usr/lib/vlc/plugins/*/*.so
     1.9  }