Skip to content

Commit 51198fc

Browse files
committed
skip api2-remux on Windows
1 parent e7e925f commit 51198fc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

example/api2-samples/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,14 @@ set(TARGETS
2323
api2-dict-basic
2424
api2-timestamp
2525
api2-demux-seek
26-
api2-remux
2726
api2-hw-encode
2827
api2-decode-raw-h264
2928
)
3029

30+
if(NOT WIN32)
31+
list(APPEND TARGETS api2-remux)
32+
endif()
33+
3134
if (AV_DISABLE_AVFORMAT)
3235
list(REMOVE_ITEM TARGETS
3336
api2-decode

0 commit comments

Comments
 (0)