mirror of
https://github.com/libretro/cpp-cheat.git
synced 2025-04-09 23:10:43 +00:00
6 lines
151 B
Plaintext
6 lines
151 B
Plaintext
LIBS := -lm -lGL -lGLU -lglut -lglfw -lGLEW -lX11 \
|
|
-lpng \
|
|
$(shell pkg-config opencv --cflags --libs) \
|
|
-lavcodec -lswscale -lavutil \
|
|
-lv4l2
|