Skip to content

Commit

Permalink
Add a missing dependency?
Browse files Browse the repository at this point in the history
  • Loading branch information
captainurist committed Oct 15, 2023
1 parent 059e893 commit 0769f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Media/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set(MEDIA_HEADERS
MediaPlayer.h)

add_library(media STATIC ${MEDIA_SOURCES} ${MEDIA_HEADERS})
target_link_libraries(media PUBLIC media_audio utility application)
target_link_libraries(media PUBLIC media_audio library_logger utility application)
target_link_libraries(media PRIVATE ${AVFORMAT_LIBRARIES} ${AVCODEC_LIBRARIES} ${AVUTIL_LIBRARIES} ${SWSCALE_LIBRARIES} ${SWRESAMPLE_LIBRARIES})
target_compile_definitions(media PRIVATE FF_API_NEXT)
target_include_directories(media PRIVATE ${FFMPEG_INCLUDE_DIRS})
Expand Down

0 comments on commit 0769f75

Please sign in to comment.