mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 15:40:14 +00:00
3 lines
173 B
Makefile
3 lines
173 B
Makefile
all:
|
|
$(CXX) -std=gnu++17 -D_GNU_SOURCE -I../src/ -xc ../src/video_codec.c ../src/compat/platform_time.c -xc++ convert.cpp ../src/debug.cpp ../src/utils/misc.cpp -o convert
|