Mercurial > mplayer.hg
view mp3lib/Makefile @ 23960:0525bd0aed18
r23897: Experimental negative panscan values
r23898: Set -vo gl slice-height default to 0, the current default of 4 seems
r23913: punctuation, new sentences on new lines
r23917: Document -rawvideo format="format string"
r23924: Teletext support
r23926: update man page with v4l2 a/v outputs
r23944: h/w -> hardware
r23962: added missing ':' for separator
r23978: add possibly incorrect subfont entry
author | voroshil |
---|---|
date | Wed, 01 Aug 2007 01:15:26 +0000 |
parents | f19f12214991 |
children | 2095f98cf0fa |
line wrap: on
line source
include ../config.mak LIBNAME_COMMON = libmp3.a SRCS_COMMON = sr1.c SRCS_COMMON-$(HAVE_MMX) += decode_MMX.c SRCS_COMMON-$(HAVE_SSE) += dct64_sse.c ifeq ($(ARCH_X86_32),yes) SRCS_COMMON += decode_i586.c SRCS_COMMON-$(HAVE_MMX) += dct64_MMX.c SRCS_COMMON-$(HAVE_3DNOW) += dct36_3dnow.c dct64_3dnow.c SRCS_COMMON-$(HAVE_3DNOWEX) += dct36_k7.c dct64_k7.c endif SRCS_COMMON-$(HAVE_ALTIVEC) += dct64_altivec.c include ../mpcommon.mak decode_i586.o: CFLAGS += -fomit-frame-pointer %: %.c $(LIBNAME_COMMON) ../libvo/aclib.o ../mp_msg-mencoder.o ../cpudetect.o ../osdep/getch2.o $(CC) $(CFLAGS) -o $@ $^ -ltermcap -lm