gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r6009: update ffmpeg to 4.0.2


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6009: update ffmpeg to 4.0.2
Date: Sat, 20 Oct 2018 02:47:31 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6009
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Fri 2018-10-19 23:47:27 -0700
message:
  update ffmpeg to 4.0.2
modified:
  pkg/other/ffmpeg/Makefile      makefile-20180420222459-im2b99neezudny85-3
  pkg/other/ffmpeg/config.mk     config.mk-20180420222459-im2b99neezudny85-2
=== modified file 'pkg/other/ffmpeg/Makefile'
--- a/pkg/other/ffmpeg/Makefile 2018-10-20 03:41:20 +0000
+++ b/pkg/other/ffmpeg/Makefile 2018-10-20 06:47:27 +0000
@@ -31,7 +31,7 @@
 
 BUILDDEPS =
 LIBDEPS =
-
+# HINT: where code asks for "SDL.h", needs to be "SDL2/SDL.h"
 ######################################################################
 
 include ../../../gar/gar.lib/auto.mk

=== modified file 'pkg/other/ffmpeg/config.mk'
--- a/pkg/other/ffmpeg/config.mk        2018-10-20 03:41:20 +0000
+++ b/pkg/other/ffmpeg/config.mk        2018-10-20 06:47:27 +0000
@@ -1,4 +1,6 @@
 ## Configuration options ##
 
-CONFIGURE_OPTS ?=
+# disable Apple stuff
+# That's funny, it didn't work...
+CONFIGURE_OPTS ?= --disable-appkit --disable-avfoundation --disable-coreimage
 BUILD_OPTS ?= CFLAGS+=-fPIC


reply via email to

[Prev in Thread] Current Thread [Next in Thread]