[vlc-commits] Contribs: flac, simplify rules for Win32

Jean-Baptiste Kempf git at videolan.org
Wed Sep 28 21:14:38 CEST 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Sep 28 21:14:01 2016 +0200| [95b246b65cd7685d6b3e0d61dd53d408120c27d9] | committer: Jean-Baptiste Kempf

Contribs: flac, simplify rules for Win32

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=95b246b65cd7685d6b3e0d61dd53d408120c27d9
---

 contrib/src/flac/rules.mak | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/contrib/src/flac/rules.mak b/contrib/src/flac/rules.mak
index 9dc62d9..35e41f6 100644
--- a/contrib/src/flac/rules.mak
+++ b/contrib/src/flac/rules.mak
@@ -49,10 +49,7 @@ endif
 FLAC_CFLAGS := $(CFLAGS)
 ifdef HAVE_WIN32
 FLAC_CFLAGS += -mstackrealign
-endif
-
-ifdef HAVE_WIN32
-	FLAC_CFLAGS="-DFLAC__NO_DLL"
+FLAC_CFLAGS +="-DFLAC__NO_DLL"
 endif
 
 DEPS_flac = ogg $(DEPS_ogg)



More information about the vlc-commits mailing list