Hervé Pellan <rvp_lan-at-yahoo.fr <at> ffmpeg.org> writes: > When I start "./configure", almost all options like > "--enable-gnutls" "--enable-libass" "--enable-libx264" > etc, failed with "error: <xxxx> not found". > > But all packages and libraries concerning these > options are installed and present in the system: > /usr/lib64/libgnutls.so.26
Are your header files installed in /usr/include? If yes, this indicates a broken toolchain, if not it is really not the fault of FFmpeg. > I've tried to refine generic options of configure like > "--libdir=/usr/lib64" "--arch=x86_64", but it doesn't > change anything... Please remove them, they are not doing what you think they do! Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
