mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 15:40:21 +00:00
- use $(CXX) instead of hard-codec g++ in Makefile.convert - conversion -> list-conversions + brief usage
3 lines
138 B
Makefile
3 lines
138 B
Makefile
all:
|
|
$(CXX) -D_GNU_SOURCE -I../src/ -xc ../src/video_codec.c ../src/compat/platform_time.c -xc++ convert.cpp ../src/debug.cpp -o convert
|