aboutsummaryrefslogblamecommitdiff
path: root/src/plugins/Input/ffmpeg/ffmpeg.pro
blob: 6167c1eaf4b73fbb875cddefcc806b112a04ab30 (plain) (tree)
1
2
3
4
5
6
7
8
9
                          


                                      
                                   
                      
                      

                           
 
                               
                              
                        

                             
 




                                         

      
                                    
                      


                                                 
       
                                                     
 
include(../../plugins.pri)

TARGET = $$PLUGINS_PREFIX/Input/ffmpeg

HEADERS += decoderffmpegfactory.h \
    decoder_ffmpeg.h \
    settingsdialog.h \
    ffmpegmetadatamodel.h \
    replaygainreader.h

SOURCES += decoder_ffmpeg.cpp \
    decoderffmpegfactory.cpp \
    settingsdialog.cpp \
    ffmpegmetadatamodel.cpp \
    replaygainreader.cpp

FORMS += settingsdialog.ui

RESOURCES = translations/translations.qrc

DEFINES += __STDC_CONSTANT_MACROS

unix {
    target.path = $$PLUGIN_DIR/Input
    INSTALLS += target
    PKGCONFIG += libavcodec libavformat libavutil
}

win32 {
    LIBS += -lavcodec.dll -lavformat.dll -lavutil.dll
}