i want to build my application using the lib available,these libs are static
,when i compile them:gcc $^ -o $@ $(flag) -I $(include_dir)  -L $(lib_dir) ,
it got a lot of error about the header files i have.
can any one show me a example ,like compile ffplay :
gcc ffplay.c -o ffplay -std=gnu99 -static  -lavutil -lavformat -lavcodec -lz
-lm `sdl-config --cflags --libs` -I $(header_dir) -L $(lib_dir)


by the way ,i am now work to use VAAPI with ffmpeg ,i use the path file from
mplayer to make ffmpeg compatible with libva0.29 ,but the performance of
ffplay seems no improvems,any one who make this work?

thanks a lot
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to