mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
version 0.4.5 is preserved while the current version matures: o Update to 0.4.6 o Remove ONLY_FOR_ARCHS, no longer i386 only o Add PKGMESSAGE explaining the differences between this and ffmpeg045 port Reviewed by: Steve O'Hara-Smith <steve@sohara.org> Repo copied by: cvs (joe) Approved by: portmgr (self)
20 lines
634 B
Text
20 lines
634 B
Text
--- libavformat/Makefile.orig Wed Jan 1 21:00:22 2003
|
|
+++ libavformat/Makefile Wed Jan 1 21:01:27 2003
|
|
@@ -6,7 +6,7 @@
|
|
|
|
VPATH=$(SRC_PATH)/libavformat
|
|
|
|
-CFLAGS= $(OPTFLAGS) -Wall -g -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
|
|
+CFLAGS= $(OPTFLAGS) -Wall -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
|
|
|
|
OBJS= utils.o cutils.o allformats.o
|
|
|
|
@@ -21,7 +21,7 @@
|
|
endif
|
|
|
|
ifeq ($(CONFIG_VIDEO4LINUX),yes)
|
|
-OBJS+= grab.o
|
|
+OBJS+= grab_bsdbktr.o
|
|
endif
|
|
|
|
ifeq ($(CONFIG_AUDIO_OSS),yes)
|