]> git.sesse.net Git - vlc/commitdiff
Turn on -Werror for libvlccore and libvlc.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 12 Aug 2008 22:09:39 +0000 (00:09 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 12 Aug 2008 22:57:27 +0000 (00:57 +0200)
-Werror haters, scream now.

configure.ac

index 24c814a1acfe3201690ade82d79db7a321700eaf..6e230f4766cb45733a320e4449a1249ef402438b 100644 (file)
@@ -154,6 +154,8 @@ dnl  Set default values
 dnl
 LDFLAGS_vlc="${LDFLAGS}"
 
+VLC_ADD_CFLAGS([libvlc libvlc_control],[-Werror])
+
 dnl
 dnl  Check the operating system
 dnl