diff options
Diffstat (limited to 'src/plugins/Input/ffmpeg_legacy/ffmpeg_legacy.pro')
| -rw-r--r-- | src/plugins/Input/ffmpeg_legacy/ffmpeg_legacy.pro | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/src/plugins/Input/ffmpeg_legacy/ffmpeg_legacy.pro b/src/plugins/Input/ffmpeg_legacy/ffmpeg_legacy.pro deleted file mode 100644 index 280dd1246..000000000 --- a/src/plugins/Input/ffmpeg_legacy/ffmpeg_legacy.pro +++ /dev/null @@ -1,29 +0,0 @@ -include(../../plugins.pri) - -TARGET = $$PLUGINS_PREFIX/Input/ffmpeg_legacy - -HEADERS += decoderffmpegfactory.h \ - decoder_ffmpeg.h \ - settingsdialog.h \ - ffmpegmetadatamodel.h - -SOURCES += decoder_ffmpeg.cpp \ - decoderffmpegfactory.cpp \ - settingsdialog.cpp \ - ffmpegmetadatamodel.cpp - -FORMS += settingsdialog.ui - -RESOURCES = translations/translations.qrc - -DEFINES += __STDC_CONSTANT_MACROS - -unix { - target.path = $$LIB_DIR/qmmp/Input - INSTALLS += target - PKGCONFIG += libavcodec libavformat libavutil -} - -win32 { - LIBS +=-lavcodec.dll -lavformat.dll -lavutil.dll -} |
