mirror of
https://github.com/zoriya/Kyoo.Transcoder.git
synced 2025-12-06 06:26:11 +00:00
Fixing linking issue
This commit is contained in:
@@ -23,6 +23,7 @@ target_link_libraries(transcoder
|
||||
${CMAKE_SOURCE_DIR}/ffmpeg/libavdevice/libavdevice.a
|
||||
${CMAKE_SOURCE_DIR}/ffmpeg/libswresample/libswresample.a
|
||||
)
|
||||
target_link_libraries(transcoder m bz2 va-drm va-x11 lzma vdpau)
|
||||
|
||||
if(WIN32)
|
||||
target_link_libraries(transcoder wsock32 ws2_32)
|
||||
|
||||
4
tests/.gitignore
vendored
Normal file
4
tests/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
segments/
|
||||
out.m3u8
|
||||
*.o
|
||||
vgcore.*
|
||||
@@ -10,7 +10,7 @@ INCLUDE = -I ../include
|
||||
|
||||
CFLAGS = $(INCLUDE) -Wall -Wextra -Wshadow -g
|
||||
|
||||
LDFLAGS = -lm -lbz2 -lva -lva-drm -lva-x11 -lX11 -llzma -lvdpau -L ../cmake-build-debug -ltranscoder
|
||||
LDFLAGS = -L ../cmake-build-debug -ltranscoder
|
||||
|
||||
NAME = ts
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user