libeplayer3-arm: update Makefile.am

Origin commit data
------------------
Branch: master
Commit: efe41f1c95
Author: max_10 <max_10@gmx.de>
Date: 2018-01-06 (Sat, 06 Jan 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2018-01-06 22:23:12 +01:00
parent be8625da4f
commit b5c903101e

View File

@@ -47,9 +47,8 @@ libeplayer3_arm_la_SOURCES = \
external/ffmpeg/src/mpeg4audio.c
LIBEPLAYER3_LIBS = libeplayer3_arm.la
LIBEPLAYER3_LIBS = libeplayer3_arm.la -lpthread -lavformat -lavcodec -lavutil -lswresample -lz -lm
bin_PROGRAMS = eplayer3
eplayer3_SOURCES = main/exteplayer.c
eplayer3_LDADD = -leplayer3_arm -lpthread -lavformat -lavcodec -lavutil -lswresample -lz -lm
eplayer3_DEPENDENCIES = libeplayer3_arm.la
eplayer3_LDADD = $(LIBEPLAYER3_LIBS)