> On Mittwoch, 8. Dezember 2010, august wrote: > > Hi, > > > > Is there a reason to install the ffmpeg headers when you do "make > > install" on cinelerra? > > > > It doesn't seem necessary, and always mucks up my system. I need > > the normal libav*-dev packages for building other software. > > > > If it is necessary, would it be possible to rename the libav* > > directories just like the libraries are renamed? > > Can you please test this patch? > > diff --git a/quicktime/ffmpeg/common.mak b/quicktime/ffmpeg/common.mak > index 88a816e..c0fa38b 100644 > --- a/quicktime/ffmpeg/common.mak > +++ b/quicktime/ffmpeg/common.mak > @@ -34,9 +34,9 @@ CFLAGS = -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 > -D_LARGEFILE_SOURCE \ > > %$(EXESUF): %.c > > -install: install-libs install-headers > +install: install-libs > > -uninstall: uninstall-libs uninstall-headers > +uninstall: uninstall-libs > > .PHONY: all depend dep clean distclean install* uninstall* tests > endif >
that seemed to do the trick. _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
