Mercurial > mplayer.hg
view mp3lib/Makefile @ 24800:1076f50ba2d2
Remove some unused code, fixes the following warnings:
vosub_vidix.c: At top level:
vosub_vidix.c:199: warning: 'vidix_draw_slice_410_fast' defined but not used
vosub_vidix.c:211: warning: 'vidix_draw_slice_400' defined but not used
vosub_vidix.c:365: warning: 'vidix_get_video_eq' defined but not used
vosub_vidix.c:371: warning: 'vidix_set_video_eq' defined but not used
vosub_vidix.c:377: warning: 'vidix_get_num_fx' defined but not used
vosub_vidix.c:383: warning: 'vidix_get_oem_fx' defined but not used
vosub_vidix.c:389: warning: 'vidix_set_oem_fx' defined but not used
vosub_vidix.c:395: warning: 'vidix_set_deint' defined but not used
author | diego |
---|---|
date | Sun, 21 Oct 2007 12:56:22 +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