$OpenBSD: patch-adm_lavcodec_Makefile_in,v 1.1.1.1 2006/10/19 16:22:06 ajacoutot Exp $ --- adm_lavcodec/Makefile.in.orig Sun Sep 24 18:34:12 2006 +++ adm_lavcodec/Makefile.in Sun Sep 24 18:34:25 2006 @@ -394,7 +394,7 @@ libavcodec_a_SOURCES = $(EXTEND_PPC) $(E EXTRA_DIST = ####### kdevelop will overwrite this part!!! (end)############ -INCLUDES = $(all_includes) -I.. -DHAVE_AV_CONFIG_H $(X_MMX_FLAGS) -O3 -Iamr_float -I../avidemux/ADM_lavutil -I$(LAVUTIL) +INCLUDES = $(all_includes) -I.. -DHAVE_AV_CONFIG_H $(X_MMX_FLAGS) -Iamr_float -I../avidemux/ADM_lavutil -I$(LAVUTIL) noinst_HEADERS = all: all-recursive @@ -1372,9 +1372,9 @@ uninstall-info: uninstall-info-recursive # for SSE we need special compil flags fft_sse.o:i386/fft_sse.c - $(CC) -o $@ $< -c $(CFLAGS) $(all_includes) -I.. -DHAVE_AV_CONFIG_H $(X_MMX_FLAGS) -O3 -msse -I$(LAVUTIL) + $(CC) -o $@ $< -c $(CFLAGS) $(all_includes) -I.. -DHAVE_AV_CONFIG_H $(X_MMX_FLAGS) -msse -I$(LAVUTIL) vp3dsp_sse2.o:i386/vp3dsp_sse2.c - $(CC) -o $@ $< -c $(CFLAGS) $(all_includes) -I.. -DHAVE_AV_CONFIG_H $(X_MMX_FLAGS) -O3 -msse -I$(LAVUTIL) + $(CC) -o $@ $< -c $(CFLAGS) $(all_includes) -I.. -DHAVE_AV_CONFIG_H $(X_MMX_FLAGS) -msse -I$(LAVUTIL) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: