forked from Lainports/freebsd-ports
encoder/converter, streaming server Thanks to: fenner, imp, Chris "Vulpyne" Austin <vulpyne@way2fast.com> * for this patch -> #define INT64_C(x) x##LL
11 lines
379 B
Text
11 lines
379 B
Text
--- libavcodec/Makefile.orig Tue Sep 25 15:05:58 2001
|
|
+++ libavcodec/Makefile Tue Sep 25 15:06:08 2001
|
|
@@ -1,7 +1,6 @@
|
|
include ../config.mak
|
|
|
|
-CFLAGS= $(OPTFLAGS) -Wall -g -DHAVE_AV_CONFIG_H
|
|
-LDFLAGS= -g
|
|
+CFLAGS= $(OPTFLAGS) -Wall -DHAVE_AV_CONFIG_H
|
|
|
|
OBJS= common.o utils.o mpegvideo.o h263.o jrevdct.o jfdctfst.o \
|
|
mpegaudio.o ac3enc.o mjpeg.o resample.o dsputil.o \
|