Skip to content

Commit

Permalink
Fixup mythtranscode/replex linkage & depends.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Aug 16, 2011
1 parent 394c2e8 commit 546e752
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion mythtv/programs/mythtranscode/mythtranscode.pro
Expand Up @@ -25,7 +25,6 @@ INCLUDEPATH += replex
INCLUDEPATH += ../../libs/libavcodec
INCLUDEPATH += ../../libs/libavformat
INCLUDEPATH += ../../libs/libavutil
INCLUDEPATH += ../../libs/

!contains( CONFIG_LIBMPEG2EXTERNAL, yes) {
DEPENDPATH += ../../libs/libmythmpeg2
Expand Down
4 changes: 3 additions & 1 deletion mythtv/programs/mythtranscode/replex/replex.pro
Expand Up @@ -16,17 +16,18 @@ HEADERS += ts.h replex.h pes.h

INCLUDEPATH += replex
INCLUDEPATH += ../../../external/FFmpeg
INCLUDEPATH += ../../../libs
INCLUDEPATH += ../../../libs/libmythbase

QMAKE_CFLAGS += -w

LIBS += -L../../../external/FFmpeg/libavutil
LIBS += -L../../../external/FFmpeg/libavcodec
LIBS += -L../../../external/FFmpeg/libavformat
LIBS += -L../../../libs/libmythbase
LIBS += -lmythavformat
LIBS += -lmythavcodec
LIBS += -lmythavutil
LIBS += -lmythbase-$$LIBVERSION
LIBS += $$EXTRA_LIBS

isEmpty(QMAKE_EXTENSION_SHLIB) {
Expand All @@ -38,5 +39,6 @@ POST_TARGETDEPS += ../../../external/FFmpeg/libavcodec/$$avLibName(avcodec)
POST_TARGETDEPS += ../../../external/FFmpeg/libavformat/$$avLibName(avformat)

DEPENDPATH += ../../../external/FFmpeg
DEPENDPATH += ../../../libs/libmythbase

CONFIG -= qt

0 comments on commit 546e752

Please sign in to comment.