Skip to content
Snippets Groups Projects
Commit 1e33580e authored by François Cartegnie's avatar François Cartegnie :fingers_crossed:
Browse files

vout: fix build without libplacebo

parent d3bbdd77
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +4,12 @@ vout_LTLIBRARIES =
EXTRA_DIST += video_output/README
OPENGL_COMMONSOURCES = video_output/opengl/vout_helper.c \
video_output/placebo_utils.c video_output/placebo_utils.h \
video_output/opengl/vout_helper.h video_output/opengl/converter.h \
video_output/opengl/internal.h video_output/opengl/fragment_shaders.c \
video_output/opengl/converter_sw.c
if HAVE_LIBPLACEBO
OPENGL_COMMONSOURCES += video_output/placebo_utils.c video_output/placebo_utils.h
endif
OPENGL_COMMONCFLAGS = $(LIBPLACEBO_CFLAGS)
OPENGL_COMMONLIBS = $(LIBPLACEBO_LIBS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment