[BACK]Return to options.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / multimedia / ffmpeg3

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/multimedia/ffmpeg3/options.mk between version 1.10 and 1.11

version 1.10, 2017/10/18 20:25:41 version 1.11, 2018/03/05 21:17:07
Line 3 
Line 3 
 # Global and legacy options  # Global and legacy options
   
 PKG_OPTIONS_VAR=        PKG_OPTIONS.ffmpeg3  PKG_OPTIONS_VAR=        PKG_OPTIONS.ffmpeg3
 PKG_SUPPORTED_OPTIONS=  ass doc fdk-aac fontconfig freetype gnutls \  PKG_SUPPORTED_OPTIONS=  ass bluray doc fdk-aac fontconfig freetype gnutls \
                         lame libvpx opencore-amr openssl opus rpi \                          lame libvpx opencore-amr openssl opus rpi \
                         rtmp theora vorbis x11 x264 x265 xcb xvid                          rtmp theora vorbis x11 x264 x265 xcb xvid
 PKG_SUGGESTED_OPTIONS=  lame ass freetype fontconfig libvpx openssl \  PKG_SUGGESTED_OPTIONS=  lame ass bluray freetype fontconfig libvpx openssl \
                         theora vorbis x11 x264 xvid                          theora vorbis x11 x264 xvid
   
 PLIST_VARS+=            doc  PLIST_VARS+=            doc
Line 211  CONFIGURE_ARGS+= --enable-libxcb-xfixes
Line 211  CONFIGURE_ARGS+= --enable-libxcb-xfixes
 .else  .else
 CONFIGURE_ARGS+=        --disable-libxcb  CONFIGURE_ARGS+=        --disable-libxcb
 .endif  .endif
   
   # Bluray support
   .if !empty(PKG_OPTIONS:Mbluray)
   CONFIGURE_ARGS+=        --enable-libbluray
   .include "../../multimedia/libbluray/buildlink3.mk"
   .else
   CONFIGURE_ARGS+=        --disable-libbluray
   .endif
   

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb <webmaster@jp.NetBSD.org>