X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmodules%2Favformat%2FMakefile;h=a0205adcf948239e1d3aa46bfb523f0c781f1409;hb=908b3609213c53f6057501f7d3c5e88ba6bf6194;hp=1e275c115a33c97b7158041ac62b4e060364a02c;hpb=f8b444f1a547717710363670e8529c8169b1d5a7;p=mlt diff --git a/src/modules/avformat/Makefile b/src/modules/avformat/Makefile index 1e275c11..a0205adc 100644 --- a/src/modules/avformat/Makefile +++ b/src/modules/avformat/Makefile @@ -28,6 +28,11 @@ endif CFLAGS += -DFILTERS endif +ifdef VDPAU +CFLAGS += -DVDPAU +LDFLAGS += -ldl +endif + ifdef CODECS OBJS += producer_avformat.o \ consumer_avformat.o