diff --git a/mythtv/programs/mythtranscode/mythtranscode.pro b/mythtv/programs/mythtranscode/mythtranscode.pro index c316b4f279a..d59fbc2e4bb 100644 --- a/mythtv/programs/mythtranscode/mythtranscode.pro +++ b/mythtv/programs/mythtranscode/mythtranscode.pro @@ -9,7 +9,7 @@ target.path = $${PREFIX}/bin INSTALLS = target QMAKE_CLEAN += $(TARGET) -QMAKE_CFLAGS += -Wno-unused-result -Wno-unused-function +QMAKE_CFLAGS += -Wno-unused-function # Input SOURCES += main.cpp transcode.cpp mpeg2fix.cpp helper.c diff --git a/mythtv/programs/mythtranscode/replex/replex.pro b/mythtv/programs/mythtranscode/replex/replex.pro index 80c68cfb8a6..8fdd9526dbb 100644 --- a/mythtv/programs/mythtranscode/replex/replex.pro +++ b/mythtv/programs/mythtranscode/replex/replex.pro @@ -18,7 +18,7 @@ INCLUDEPATH += replex INCLUDEPATH += ../../../external/FFmpeg INCLUDEPATH += ../../../libs -QMAKE_CFLAGS += -Wno-unused-result -Wno-unused-function +QMAKE_CFLAGS += -Wno-unused-function LIBS += -L../../../external/FFmpeg/libavutil -L../../../external/FFmpeg/libavcodec -L../../../external/FFmpeg/libavcore -L../../../external/FFmpeg/libavformat LIBS += -lmythavformat -lmythavcodec -lmythavcore -lmythavutil