View | Details | Raw Unified
Collapse All | Expand All

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