mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 20:43:02 +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
|
# Variables for video call support
|
||||||
VIDEO_LIBS = vpx x11
|
VIDEO_LIBS = openal vpx x11
|
||||||
VIDEO_CFLAGS = -DVIDEO
|
VIDEO_CFLAGS = -DVIDEO
|
||||||
ifneq (, $(findstring video_device.o, $(OBJ)))
|
ifneq (, $(findstring video_device.o, $(OBJ)))
|
||||||
VIDEO_OBJ = video_call.o
|
VIDEO_OBJ = video_call.o
|
||||||
|
Loading…
Reference in New Issue
Block a user