diff options
Diffstat (limited to 'src/plugins/Input/ffmpeg_legacy/ffmpeg_legacy.pro')
| -rw-r--r-- | src/plugins/Input/ffmpeg_legacy/ffmpeg_legacy.pro | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/plugins/Input/ffmpeg_legacy/ffmpeg_legacy.pro b/src/plugins/Input/ffmpeg_legacy/ffmpeg_legacy.pro index ff4e0ff31..bfcc5bf8e 100644 --- a/src/plugins/Input/ffmpeg_legacy/ffmpeg_legacy.pro +++ b/src/plugins/Input/ffmpeg_legacy/ffmpeg_legacy.pro @@ -10,26 +10,18 @@ SOURCES += decoder_ffmpeg.cpp \ ffmpegmetadatamodel.cpp -CONFIG += warn_on \ - plugin \ - link_pkgconfig -TEMPLATE = lib - TARGET = $$PLUGINS_PREFIX/Input/ffmpeg_legacy unix { target.path = $$LIB_DIR/qmmp/Input INSTALLS += target QMAKE_CLEAN = $$PLUGINS_PREFIX/Input/libffmpeg_legacy.so - LIBS += -lqmmp PKGCONFIG += libavcodec libavformat libavutil } win32 { - HEADERS += ../../../../src/qmmp/metadatamodel.h \ - ../../../../src/qmmp/decoderfactory.h - LIBS += -lqmmp0 -lavcodec.dll -lavformat.dll -lavutil.dll + LIBS +=-lavcodec.dll -lavformat.dll -lavutil.dll } DEFINES += __STDC_CONSTANT_MACROS |
