libeplayer3: silence many warnings

Origin commit data
------------------
Branch: master
Commit: 3d12d277aa
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-18 (Sat, 18 Feb 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-02-18 12:06:10 +01:00
parent 08a77752ec
commit 443ba5744c

View File

@@ -16,9 +16,15 @@ libeplayer3_a_SOURCES = \
output/writer/h264.c output/writer/h263.c output/writer/vc1.c output/writer/framebuffer.c \
output/writer/vorbis.c output/writer/flac.c output/writer/pcm.c
AM_CFLAGS = -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 \
-D_LARGEFILE64_SOURCE
AM_CFLAGS = -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
# get rid of many warnings. This is not my project, so fixing them is not
# top priority
AM_CFLAGS += \
-Wno-unused -Wno-unused-parameter -Wno-unused-function -Wno-unused-variable \
-Wno-sign-compare -Wno-missing-field-initializers
# silence ffmpeg deprecation warnings
AM_CPPFLAGS = -Dattribute_deprecated=''
#libeplayer3_la_LIBADD = -lpthread -lavformat -lavcodec -lavutil -lz -lass -lm -lpng