mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
fix library declarations for libtool
Origin commit data
------------------
Branch: master
Commit: e5e05ffa09
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-06-01 (Sat, 01 Jun 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
17
Makefile.am
17
Makefile.am
@@ -9,14 +9,7 @@ libstb_hal_la_LIBADD = \
|
||||
common/libcommon.la
|
||||
|
||||
libstb_hal_test_SOURCES = libtest.cpp
|
||||
libstb_hal_test_LDADD = \
|
||||
libstb-hal.la \
|
||||
-lpthread
|
||||
|
||||
if BOXTYPE_TRIPLE
|
||||
libstb_hal_test_LDADD += \
|
||||
@DIRECTFB_LIBS@
|
||||
endif
|
||||
libstb_hal_test_LDADD = libstb-hal.la
|
||||
|
||||
# there has to be a better way to do this...
|
||||
if BOXTYPE_TRIPLE
|
||||
@@ -33,14 +26,6 @@ if BOXTYPE_GENERIC
|
||||
SUBDIRS += generic-pc
|
||||
libstb_hal_la_LIBADD += \
|
||||
generic-pc/libgeneric.la
|
||||
|
||||
libstb_hal_test_LDADD += \
|
||||
-lglut -lGL -lGLU -lGLEW -lao \
|
||||
-lOpenThreads \
|
||||
@AVFORMAT_LIBS@ \
|
||||
@AVUTIL_LIBS@ \
|
||||
@AVCODEC_LIBS@ \
|
||||
@SWSCALE_LIBS@
|
||||
endif
|
||||
if BOXTYPE_SPARK
|
||||
SUBDIRS += libspark libeplayer3
|
||||
|
Reference in New Issue
Block a user