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

Collapse All | Expand All

(-)Jubler-3.0.0-rc4/resources/ffdecode/Makefile (-2 / +2 lines)
Lines 43-48 Link Here
43
43
44
SRCS=$(shell ls 2>/dev/null *.c)
44
SRCS=$(shell ls 2>/dev/null *.c)
45
OBJS=$(SRCS:.c=.o)
45
OBJS=$(SRCS:.c=.o)
46
CC=${PREF}gcc
46
47
47
48
48
ifeq (${SYSTEM},linux)
49
ifeq (${SYSTEM},linux)
Lines 82-88 Link Here
82
	FCOPTS=--enable-gpl --disable-mmx --cpu=unknown --enable-a52 --disable-debug  --extra-cflags=-fno-common --enable-shared
83
	FCOPTS=--enable-gpl --disable-mmx --cpu=unknown --enable-a52 --disable-debug  --extra-cflags=-fno-common --enable-shared
83
endif
84
endif
84
85
85
CC=${PREF}gcc ${ARCH}
86
RANLIB=${PREF}ranlib
86
RANLIB=${PREF}ranlib
87
STRIP=${PREF}strip
87
STRIP=${PREF}strip
88
88
Lines 134-140 Link Here
134
LIB:${LIBNAME}
134
LIB:${LIBNAME}
135
135
136
$(LIBNAME):ffmpeg $(OBJS) ranlib
136
$(LIBNAME):ffmpeg $(OBJS) ranlib
137
	$(LD) $(ARCH) -o $(LIBNAME) $(OBJS) $(LINKOPTS)
137
	$(LD) -o $(LIBNAME) $(OBJS) $(LINKOPTS)
138
#	$(STRIP) $(LIBNAME)
138
#	$(STRIP) $(LIBNAME)
139
139
140
140

Return to bug 153992