aboutsummaryrefslogtreecommitdiff
path: root/lib/qmmp/Input/ffmpeg/ffmpeg.pro
blob: e10985311b0f017898f8647de5ba99467fafbaf9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
FORMS += detailsdialog.ui 
HEADERS += decoderffmpegfactory.h \
           tag.h \
	   detailsdialog.h \
           decoder_ffmpeg.h
SOURCES += tag.cpp \
	   detailsdialog.cpp \
           decoder_ffmpeg.cpp \
	   decoderffmpegfactory.cpp
DESTDIR = ../
QMAKE_CLEAN = ../libffmpeg.so
INCLUDEPATH += ../../../
CONFIG += release \
warn_on \
plugin \
link_pkgconfig
TEMPLATE = lib
QMAKE_LIBDIR += ../../../
LIBS += -lqmmp -L/usr/lib -I/usr/include
DEFINES += __STDC_CONSTANT_MACROS
PKGCONFIG += libavcodec libavformat
#TRANSLATIONS = translations/ffmpeg_plugin_ru.ts
#RESOURCES = translations/translations.qrc
target.path = /lib/qmmp/Input
INSTALLS += target