source: titan/libeplayer3/Makefile.am @ 44949

Last change on this file since 44949 was 41345, checked in by obi, 6 years ago

libeplayer3 / titan add internal subs support and srt listing

File size: 1.9 KB
Line 
1AUTOMAKE_OPTIONS = subdir-objects
2AM_CFLAGS = -Wall -Wno-parentheses -Wno-format -Wno-deprecated-declarations -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-function -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
3
4CXXFLAGS = -Wall
5
6AM_CPPFLAGS = \
7        -Iinclude \
8        -Iexternal
9
10lib_LTLIBRARIES = libeplayer3.la
11libeplayer3_la_SOURCES = \
12container/container.c \
13container/container_ffmpeg.c \
14manager/manager.c \
15manager/audio.c \
16manager/video.c \
17manager/subtitle.c \
18output/linuxdvb_sh4.c \
19output/output_subtitle.c \
20output/output.c \
21output/writer/common/pes.c \
22output/writer/common/misc.c \
23output/writer/sh4/writer.c \
24output/writer/sh4/aac.c \
25output/writer/sh4/ac3.c \
26output/writer/sh4/divx2.c \
27output/writer/sh4/dts.c \
28output/writer/sh4/h263.c \
29output/writer/sh4/h264.c \
30output/writer/sh4/mp3.c \
31output/writer/sh4/mpeg2.c \
32output/writer/sh4/pcm.c \
33output/writer/sh4/vc1.c \
34output/writer/sh4/wma.c \
35output/writer/sh4/wmv.c \
36playback/playback.c \
37external/ffmpeg/src/bitstream.c \
38external/ffmpeg/src/latmenc.c \
39external/ffmpeg/src/mpeg4audio.c
40
41
42#SOURCE_FILES+=" output/writer/sh4/divx.c
43#SOURCE_FILES+=" output/writer/sh4/vorbis.c
44
45
46#libeplayer3_la_LIBADD = -lpthread -lavformat -lavcodec -lavutil -lswresample -lz -lass -lm -lpng
47libeplayer3_la_LIBADD = -lpthread -lavformat -lavcodec -lavutil -lswresample
48
49bin_PROGRAMS = eplayer3
50eplayer3_SOURCES = main/exteplayer.c
51#eplayer3_LDADD = -leplayer3 -lpthread -lass -lm -lpng
52eplayer3_LDADD = -leplayer3 -lpthread
53eplayer3_DEPENDENCIES = libeplayer3.la
54
55
56#bin_PROGRAMS = exteplayer
57#exteplayer_SOURCES = main/exteplayer.c
58#exteplayer_LDADD = -leplayer3 -lpthread -lass -lm -lpng
59#exteplayer_DEPENDENCIES = libeplayer3.la
60
61#meta_SOURCES = tools/meta.c
62#meta_LDADD = -leplayer3 -lpthread -lavformat -lavcodec -lavutil -lass -lm -lpng
63#meta_DEPENDENCIES = libeplayer3.la
64
Note: See TracBrowser for help on using the repository browser.