mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 18:40:16 +00:00
3 lines
135 B
Makefile
3 lines
135 B
Makefile
all:
|
|
g++ -D_GNU_SOURCE -I../src/ -xc ../src/video_codec.c ../src/compat/platform_time.c -xc++ convert.cpp ../src/debug.cpp -o convert
|