Howdy, On Wed, Mar 17, 2010 at 1:18 AM, Jacob Meuser <[email protected]> wrote: >> -+ --disable-sndio disable sndio audio output [autodetect] >> ++ --disable-sndio disable sndio output [autodetect] >> + --disable-kai disable KAI audio output [autodetect] >> --disable-dart disable DART audio output [autodetect] >> --disable-win32waveout disable Windows waveout audio output [autodetect] >> - --disable-coreaudio disable CoreAudio audio output [autodetect] > > > why did you take out 'audio'?
By mistake. Well spotted. > >> diff -u -p -u -r1.8 patch-libavcodec_Makefile >> --- patches/patch-libavcodec_Makefile 11 Oct 2009 13:36:23 -0000 1.8 >> +++ patches/patch-libavcodec_Makefile 16 Mar 2010 16:33:00 -0000 >> @@ -1,10 +1,20 @@ >> $OpenBSD: patch-libavcodec_Makefile,v 1.8 2009/10/11 13:36:23 edd Exp $ >> ---- libavcodec/Makefile.orig Tue Jul 7 02:33:53 2009 >> -+++ libavcodec/Makefile Mon Jul 20 17:53:46 2009 >> -@@ -575,4 +575,27 @@ DIRS = alpha arm bfin mlib ppc ps2 sh4 sparc x86 >> +--- libavcodec/Makefile.orig Mon Mar 8 04:33:02 2010 >> ++++ libavcodec/Makefile Mon Mar 8 17:31:03 2010 >> +@@ -1,5 +1,8 @@ >> + include $(SUBDIR)../config.mak >> >> - include $(SUBDIR)../subdir.mak >> ++# cabac.h wont build without this (OpenBSD) >> ++CFLAGS += -fomit-frame-pointer >> ++ >> + NAME = avcodec >> + FFLIBS = avutil > > whoa. is all of libavodec going to be built with -fomit-frame-pointer? Yes. > you know, that only works with -O, so if someone builds with empty > CFLAGS, it won't build. please add whichever objects need that (probably > whatever includes cabac.h) to the section below ... Will do. Thanks all for testing. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk
