On May 27, 2013, at 20:49 , hamidi wrote: > thanx 4 the reply > i've already tried the option. after downloading and extracting the source, i > tried the following: > ./configure --enable-libx264 --enable-gpl > make install > but the function still returns NULL. > what can i do? > thx
there should be a make in between, example: ./configure --enable-libx264 [your other options] make sudo make install Watch carefully for any error messages. Also, did you install x264 before ? _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
