On Sat, Jul 05, 2014 at 09:19:58AM +0000, Anton Khirnov wrote: > --- a/libavcodec/Makefile > +++ b/libavcodec/Makefile > @@ -2,6 +2,7 @@ NAME = avcodec > > HEADERS = avcodec.h \ > avfft.h \ > + dv_profile.h \ > dxva2.h \ > vaapi.h \ > vda.h \ > @@ -15,6 +16,7 @@ OBJS = allcodecs.o > \ > bitstream.o \ > bitstream_filter.o \ > codec_desc.o \ > + dv_profile.o \ > fmtconvert.o \ > imgconvert.o \ > log2_tab.o \
Why compile/install this unconditionally? I'd support doing this conditionally, we have other cases where we do this for installed headers, like LZO. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
