Fixed MistInAV - now compiles if -DWITH_AV=1 is set

This commit is contained in:
Thulinma 2016-09-03 14:44:42 +02:00
parent 1172768c34
commit ba7467979a
2 changed files with 6 additions and 2 deletions

View file

@ -317,6 +317,10 @@ makeInput(DTSC dtsc)
makeInput(DTSCCrypt dtsccrypt)
makeInput(MP3 mp3)
makeInput(FLV flv)
if (DEFINED WITH_AV )
makeInput(AV av)
target_link_libraries(MistInAV avformat avcodec avutil)
endif()
makeInput(OGG ogg)
makeInput(Buffer buffer)
makeInput(ISMV ismv)#LTS