summaryrefslogtreecommitdiff
path: root/mk/modules.mk
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2014-02-12 16:59:33 +0100
committerAlfred E. Heggestad <aeh@db.org>2014-02-12 16:59:33 +0100
commit023126868e8d16d64a4c721282cef2757546007e (patch)
tree933b93383e9a480e038c506d84b315c9ba98f4bd /mk/modules.mk
parentb5d87638f057398d28e8fa48b8f237b9736e14d0 (diff)
CFLAGS: remove -Wno-shadow
Diffstat (limited to 'mk/modules.mk')
-rw-r--r--mk/modules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/modules.mk b/mk/modules.mk
index f5fedc7..c205a6b 100644
--- a/mk/modules.mk
+++ b/mk/modules.mk
@@ -245,7 +245,7 @@ endif
ifneq ($(USE_FFMPEG),)
USE_FFMPEG_AVFORMAT := 1
CFLAGS += -I/usr/include/ffmpeg
-CFLAGS += -Wno-shadow -DUSE_FFMPEG
+CFLAGS += -DUSE_FFMPEG
MODULES += avcodec
ifneq ($(USE_FFMPEG_AVFORMAT),)
MODULES += avformat