From e122dfac6355890e1bc77ef46f3744e9c08157e3 Mon Sep 17 00:00:00 2001 From: Karl Dietz Date: Tue, 16 Jul 2013 12:51:47 +0200 Subject: [PATCH] remove linker hack from unit test build now that the visibility is fixed --- .../libmythtv/test/test_mpegtables/test_mpegtables.pro | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/mythtv/libs/libmythtv/test/test_mpegtables/test_mpegtables.pro b/mythtv/libs/libmythtv/test/test_mpegtables/test_mpegtables.pro index 68fd14b2441..0031200cd1c 100644 --- a/mythtv/libs/libmythtv/test/test_mpegtables/test_mpegtables.pro +++ b/mythtv/libs/libmythtv/test/test_mpegtables/test_mpegtables.pro @@ -14,14 +14,11 @@ TARGET = test_mpegtables DEPENDPATH += . ../.. INCLUDEPATH += . ../.. ../../mpeg ../../../libmythui ../../../libmyth ../../../libmythbase -# FIXME hack to make the linker to its thing -LIBS += ../../pespacket.o ../../mpegtables.o ../../mpegdescriptors.o ../../dvbdescriptors.o ../../atscdescriptors.o ../../sctedescriptors.o ../../iso6937tables.o ../../freesat_huffman.o ../../atsc_huffman.o - -LIBS += -L../.. -lmythtv-$$LIBVERSION +LIBS += -L../../../../external/FFmpeg/libavutil -lmythavutil +LIBS += -L../../../libmythbase -lmythbase-$$LIBVERSION LIBS += -L../../../libmythui -lmythui-$$LIBVERSION LIBS += -L../../../libmyth -lmyth-$$LIBVERSION -LIBS += -L../../../libmythbase -lmythbase-$$LIBVERSION -LIBS += -L../../../../external/FFmpeg/libavutil -lmythavutil +LIBS += -L../.. -lmythtv-$$LIBVERSION contains(QMAKE_CXX, "g++") { QMAKE_CXXFLAGS += -O0 -fprofile-arcs -ftest-coverage