[vlc-commits] Faad: do not build DRM(Radio)
Jean-Baptiste Kempf
git at videolan.org
Sun Jul 1 13:53:37 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jul 1 15:41:36 2012 +0200| [094ad40e3ea3693c7f883ccea84fc9631fd8a50f] | committer: Jean-Baptiste Kempf
Faad: do not build DRM(Radio)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=094ad40e3ea3693c7f883ccea84fc9631fd8a50f
---
contrib/src/faad2/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/faad2/rules.mak b/contrib/src/faad2/rules.mak
index 6341aba..5d20ceb 100644
--- a/contrib/src/faad2/rules.mak
+++ b/contrib/src/faad2/rules.mak
@@ -23,7 +23,7 @@ endif
.faad2: faad2
$(RECONF)
- cd $< && $(HOSTVARS) ./configure $(HOSTCONF) CFLAGS="$(NOTHUMB)"
+ cd $< && $(HOSTVARS) ./configure --without-drm $(HOSTCONF) CFLAGS="$(NOTHUMB)"
cd $< && sed -i.orig "s/shrext_cmds/shrext/g" libtool
cd $</libfaad && $(MAKE) install
touch $@
More information about the vlc-commits
mailing list