pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/ffmpeg1



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed May 16 11:09:57 UTC 2018

Modified Files:
        pkgsrc/multimedia/ffmpeg1: options.mk

Log Message:
ffmpeg1: Remove x264 from PKG_SUGGESTED_OPTIONS.

The current x264 version in pkgsrc has changed the API and ffmpeg1 no longer
builds against it.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/multimedia/ffmpeg1/options.mk

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

Modified files:

Index: pkgsrc/multimedia/ffmpeg1/options.mk
diff -u pkgsrc/multimedia/ffmpeg1/options.mk:1.2 pkgsrc/multimedia/ffmpeg1/options.mk:1.3
--- pkgsrc/multimedia/ffmpeg1/options.mk:1.2    Wed Sep 20 08:21:17 2017
+++ pkgsrc/multimedia/ffmpeg1/options.mk        Wed May 16 11:09:57 2018
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.2 2017/09/20 08:21:17 adam Exp $
+# $NetBSD: options.mk,v 1.3 2018/05/16 11:09:57 jperkin Exp $
 
 # Global and legacy options
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ffmpeg
 PKG_SUPPORTED_OPTIONS= faac lame ass libvpx theora vorbis x264 xvid \
                        opencore-amr rtmp
-PKG_SUGGESTED_OPTIONS= lame ass libvpx theora vorbis x264 xvid
+PKG_SUGGESTED_OPTIONS= lame ass libvpx theora vorbis xvid
 #PKG_OPTIONS_OPTIONAL_GROUPS=  aac-decoder
 #PKG_OPTIONS_GROUP.aac-decoder=        faac
 



Home | Main Index | Thread Index | Old Index