mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
libeplayer3: remove tools
This commit is contained in:
@@ -18,20 +18,5 @@ libeplayer3_la_SOURCES = \
|
|||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
LIBEPLAYER3_LIBS = libeplayer3.la -lpthread -lavformat -lavcodec -lavutil -lswresample -lm
|
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)
|
|
||||||
|
Reference in New Issue
Block a user