Markku Linnoskivi wrote:
>> Put these lines into configure.in (before the end of the "SOUND" section, 
>> about line 110):
>>
>> AH_TEMPLATE(HAVE_JACK, [Define if you have JACK sound mixer library])
>> PKG_CHECK_MODULES(JACK, jack, [AC_DEFINE(HAVE_JACK)], :)
>> AC_SUBST(JACK_CFLAGS)
>> AC_SUBST(JACK_LIBS)
>>
>> Then use $(JACK_CFLAGS) and $(JACK_LIBS) in cinelerra/Makefile.am, just like 
>> OPENEXR_*, for example. You must make sure that config.h is included in all 
>> files that check for HAVE_JACK.
>>
>>   
>>     
>
> Thanks. Do I have to run some script to create a new configure script
> and propagate the flags to all Makefiles? README.BUILD says 'autoreconf
> -i', doesn't work for me. Then there's autogen.sh but that didn't work
> either.
>
>   



And this was resolved too. :-)

_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to