mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
Adjustment arm / mips for libplayer3
Origin commit data
------------------
Branch: master
Commit: 2866328fe2
Author: max_10 <max_10@gmx.de>
Date: 2019-06-15 (Sat, 15 Jun 2019)
Origin message was:
------------------
- Adjustment arm / mips for libplayer3
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -3,7 +3,7 @@ AM_CFLAGS = -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOUR
|
||||
|
||||
CXXFLAGS = -Wall
|
||||
|
||||
noinst_LTLIBRARIES = libeplayer3_arm.la
|
||||
noinst_LTLIBRARIES = libeplayer3.la
|
||||
|
||||
AM_CPPFLAGS = -I$(srcdir)/include
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||
@@ -59,11 +59,11 @@ SOURCE_FILES += \
|
||||
output/writer/mipsel/wmv.c \
|
||||
output/writer/mipsel/vc1.c
|
||||
|
||||
libeplayer3_arm_la_SOURCES = $(SOURCE_FILES)
|
||||
libeplayer3_la_SOURCES = $(SOURCE_FILES)
|
||||
|
||||
LIBEPLAYER3_LIBS = libeplayer3_arm.la -lpthread -lavformat -lavcodec -lavutil -lswresample
|
||||
LIBEPLAYER3_LIBS = libeplayer3.la -lpthread -lavformat -lavcodec -lavutil -lswresample
|
||||
|
||||
bin_PROGRAMS = eplayer3
|
||||
eplayer3_SOURCES = main/exteplayer.c
|
||||
eplayer3_LDADD = $(LIBEPLAYER3_LIBS)
|
||||
eplayer3_DEPENDENCIES = libeplayer3_arm.la
|
||||
eplayer3_DEPENDENCIES = libeplayer3.la
|
||||
|
Reference in New Issue
Block a user