[vlc-devel] [PATCH 1/2] contrib: mad: remove unset variable
Steve Lhomme
robux4 at videolabs.io
Wed Jun 14 17:03:20 CEST 2017
---
contrib/src/mad/rules.mak | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/src/mad/rules.mak b/contrib/src/mad/rules.mak
index e49a733b75..b452d67dca 100644
--- a/contrib/src/mad/rules.mak
+++ b/contrib/src/mad/rules.mak
@@ -36,9 +36,9 @@ endif
.mad: libmad
$(RECONF)
ifdef HAVE_IOS
- cd $< && $(HOSTVARS) CCAS="$(AS)" CFLAGS="$(CFLAGS) -O3" ./configure $(HOSTCONF) $(MAD_CONF)
+ cd $< && $(HOSTVARS) CCAS="$(AS)" CFLAGS="$(CFLAGS) -O3" ./configure $(HOSTCONF)
else
- cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS) -O3" ./configure $(HOSTCONF) $(MAD_CONF)
+ cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS) -O3" ./configure $(HOSTCONF)
endif
cd $< && $(MAKE) install
touch $@
--
2.12.1
More information about the vlc-devel
mailing list