mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
rename library to libeplayer3_sh4.la
Origin commit data
------------------
Branch: master
Commit: 974a07b900
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-12-23 (Sun, 23 Dec 2018)
Origin message was:
------------------
- move libeplayer3-sh4 code to libeplayer3-sh4 directory; ...
rename library to libeplayer3_sh4.la
------------------
This commit was generated by Migit
24 lines
726 B
Makefile
24 lines
726 B
Makefile
AUTOMAKE_OPTIONS = subdir-objects
|
|
|
|
noinst_LTLIBRARIES = libeplayer3_sh4.la
|
|
|
|
AM_CPPFLAGS = -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS
|
|
AM_CPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
|
|
AM_CPPFLAGS += -I$(srcdir)/include
|
|
AM_CXXFLAGS = -fno-rtti -fno-exceptions -fno-strict-aliasing
|
|
|
|
libeplayer3_sh4_la_SOURCES = \
|
|
input.cpp output.cpp manager.cpp player.cpp \
|
|
writer/writer.cpp \
|
|
writer/pes.cpp \
|
|
writer/misc.cpp
|
|
|
|
# writer/wmv.cpp writer/ac3.cpp writer/divx.cpp
|
|
# writer/dts.cpp writer/mpeg2.cpp writer/mp3.cpp
|
|
# writer/h264.cpp
|
|
# writer/h263.cpp writer/vc1.cpp writer/pcm.cpp writer/aac.cpp
|
|
|
|
LIBEPLAYER3_LIBS = libeplayer3_sh4.la
|
|
# -lpthread -lavformat -lavcodec -lavutil -lswresample -lm
|
|
|