From f35f387622c46c2e17a3a79f80fb644610c3e00f Mon Sep 17 00:00:00 2001 From: Jean-Yves Avenard Date: Fri, 9 Aug 2013 10:48:22 +1000 Subject: [PATCH] Fix compilation if using --disable-mheg or --disable-hdhomerun --- .../libs/libmythtv/test/test_mpegtables/test_mpegtables.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mythtv/libs/libmythtv/test/test_mpegtables/test_mpegtables.pro b/mythtv/libs/libmythtv/test/test_mpegtables/test_mpegtables.pro index 7389a13291d..e91bddd700a 100644 --- a/mythtv/libs/libmythtv/test/test_mpegtables/test_mpegtables.pro +++ b/mythtv/libs/libmythtv/test/test_mpegtables/test_mpegtables.pro @@ -18,9 +18,7 @@ LIBS += -L../../../libmythbase -lmythbase-$$LIBVERSION LIBS += -L../../../libmythui -lmythui-$$LIBVERSION LIBS += -L../../../libmythupnp -lmythupnp-$$LIBVERSION LIBS += -L../../../libmythservicecontracts -lmythservicecontracts-$$LIBVERSION -LIBS += -L../../../libmythfreemheg -lmythfreemheg-$$LIBVERSION LIBS += -L../../../libmyth -lmyth-$$LIBVERSION -LIBS += -L../.. -lmythtv-$$LIBVERSION LIBS += -L../../../../external/FFmpeg/libavcodec -lmythavcodec LIBS += -L../../../../external/FFmpeg/libswscale -lmythswscale LIBS += -L../../../../external/FFmpeg/libavformat -lmythavformat @@ -29,7 +27,9 @@ LIBS += -L../../../../external/FFmpeg/libswresample -lmythswresample LIBS += -L../../../../external/zeromq/src/.libs -lmythzmq LIBS += -L../../../../external/nzmqt/src -lmythnzmqt LIBS += -L../../../../external/qjson/lib -lmythqjson -LIBS += -L../../../../external/libhdhomerun -lmythhdhomerun-$$LIBVERSION +using_mheg:LIBS += -L../../../libmythfreemheg -lmythfreemheg-$$LIBVERSION +using_hdhomerun:LIBS += -L../../../../external/libhdhomerun -lmythhdhomerun-$$LIBVERSION +LIBS += -L../.. -lmythtv-$$LIBVERSION contains(QMAKE_CXX, "g++") { QMAKE_CXXFLAGS += -O0 -fprofile-arcs -ftest-coverage