diff options
-rw-r--r-- | multimedia/x264/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile index 15c2205f4098..cb7bd5a64011 100644 --- a/multimedia/x264/Makefile +++ b/multimedia/x264/Makefile @@ -53,6 +53,10 @@ OPTIONS_RADIO+= MP4 OPTIONS_RADIO_MP4+= GPAC LSMASH OPTIONS_DEFAULT+= FFMS LAVF LSMASH SWSCALE +.if make(makesum) # for optional distfiles +.MAKEFLAGS: WITH="${OPTIONS_DEFINE}" +.endif + FFMS_DESC= FFmpeg Source input support GPAC_DESC= GPAC library support LAVF_DESC= libav* format input support (requires FFmpeg) |