New commits:
commit 7b7cd6bf045047b1d1f2ac261eea69befb977ee7
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>
video/vlc: vlc-ffmpegfix.patch removed, not needed anymore
diff --git a/video/vlc/HISTORY b/video/vlc/HISTORY
index 287e023..c4f8218 100644
--- a/video/vlc/HISTORY
+++ b/video/vlc/HISTORY
@@ -1,3 +1,6 @@
+2008-08-07 Elisamuel Resto <ryuji AT sourcemage.org>
+ * PRE_BUILD: vlc-ffmpegfix.patch removed
+
2008-07-14 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 0.8.6i
diff --git a/video/vlc/PRE_BUILD b/video/vlc/PRE_BUILD
index 331aba2..a44a706 100755
--- a/video/vlc/PRE_BUILD
+++ b/video/vlc/PRE_BUILD
@@ -6,10 +6,7 @@ elif test "$(get_spell_provider $SPELL GECKO)" = seamonkey;
then
sedit 's:$(libdir)/mozilla:$(libdir)/seamonkey:' mozilla/Makefile.in
elif test "$(get_spell_provider $SPELL GECKO)" = xulrunner; then
sedit 's:$(libdir)/mozilla:$(libdir)/xulrunner:' mozilla/Makefile.in
-fi &&
-if test "$(get_spell_provider $SPELL LIBAVCODEC)" = ffmpeg-svn; then
- patch -p1 < $SPELL_DIRECTORY/vlc-ffmpegfix.patch
-fi &&
+fi &&