mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-13 08:23:03 +01:00
Check for openal lib before attempting to build with video support
This commit is contained in:
parent
05eda76643
commit
2e39bee05a
@ -1,5 +1,5 @@
|
||||
# Variables for video call support
|
||||
VIDEO_LIBS = vpx x11
|
||||
VIDEO_LIBS = openal vpx x11
|
||||
VIDEO_CFLAGS = -DVIDEO
|
||||
ifneq (, $(findstring video_device.o, $(OBJ)))
|
||||
VIDEO_OBJ = video_call.o
|
||||
|
Loading…
Reference in New Issue
Block a user