Subsonic API: do not use ffmpeg to remux the files when transcoding is off. fixes #36

This commit is contained in:
emeric
2020-03-08 17:03:49 +01:00
parent e1755342a4
commit 7d5654cb7d
18 changed files with 643 additions and 312 deletions
+2
View File
@@ -2,6 +2,7 @@
add_library(lmsav SHARED
impl/AvInfo.cpp
impl/AvTranscoder.cpp
impl/AvTranscodeResourceHandler.cpp
impl/AvTypes.cpp
)
@@ -18,6 +19,7 @@ target_link_libraries(lmsav PUBLIC
lmsutils
avformat
avutil
wt
)
install(TARGETS lmsav DESTINATION lib)