Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 120856 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.inc.old (-1 / +1 lines)
Lines 1-5 Link Here
1
CC := gcc
1
CC := gcc
2
CFLAGS := -O2 -ffast-math -fomit-frame-pointer -fPIC
2
#CFLAGS := -O2 -ffast-math -fomit-frame-pointer -fPIC
3
#CFLAGS := -Wall -g -O3
3
#CFLAGS := -Wall -g -O3
4
CFLAGS += -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
4
CFLAGS += -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
5
CFLAGS += -I ffmpeg-strip-wma
5
CFLAGS += -I ffmpeg-strip-wma
(-)ffmpeg-strip-wma/Makefile.old (-1 / +1 lines)
Lines 6-12 Link Here
6
include config.mak
6
include config.mak
7
7
8
# NOTE: -I.. is needed to include config.h
8
# NOTE: -I.. is needed to include config.h
9
CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
9
CFLAGS+=-DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
10
10
11
OBJS= common.o utils.o mem.o allcodecs.o futils.o cutils.o os_support.o allformats.o parser.o \
11
OBJS= common.o utils.o mem.o allcodecs.o futils.o cutils.o os_support.o allformats.o parser.o \
12
      avio.o aviobuf.o file.o simple_idct.o dsputil.o fft.o mdct.o asf.o
12
      avio.o aviobuf.o file.o simple_idct.o dsputil.o fft.o mdct.o asf.o

Return to bug 120856