]> git.sesse.net Git - mlt/blobdiff - src/modules/avformat/Makefile
Add support for decoding H.264 with VDPAU.
[mlt] / src / modules / avformat / Makefile
index 1e275c115a33c97b7158041ac62b4e060364a02c..a0205adcf948239e1d3aa46bfb523f0c781f1409 100644 (file)
@@ -28,6 +28,11 @@ endif
 CFLAGS += -DFILTERS
 endif
 
+ifdef VDPAU
+CFLAGS += -DVDPAU
+LDFLAGS += -ldl
+endif
+
 ifdef CODECS
 OBJS += producer_avformat.o \
            consumer_avformat.o