diff --git a/libeplayer3/Makefile.am b/libeplayer3/Makefile.am index 5b7a7c7..5c1aa7e 100644 --- a/libeplayer3/Makefile.am +++ b/libeplayer3/Makefile.am @@ -18,20 +18,5 @@ libeplayer3_la_SOURCES = \ 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 - LIBEPLAYER3_LIBS = libeplayer3.la -lpthread -lavformat -lavcodec -lavutil -lswresample -lm -bin_PROGRAMS = meta -#eplayer3_SOURCES = tools/eplayer2.c -#eplayer3_LDADD = $(LIBEPLAYER3_LIBS) -meta_SOURCES = tools/meta.c -meta_LDADD = $(LIBEPLAYER3_LIBS)