root@ubuntu:/home/zhangbin/code# gcc -o tutorial03 tutorial03.c -lavformat -lavcodec -lz -lm `sdl-config --cflags --libs`
tutorial03.c:1:28: error: ffmpeg/avcodec.h: No such file or directory
tutorial03.c:2:29: error: ffmpeg/avformat.h: No such file or directory
tutorial03.c:16: error: expected specifier-qualifier-list before ‘AVPacketList’
tutorial03.c: In function ‘packet_queue_init’:
tutorial03.c:29: error: ‘PacketQueue’ has no member named ‘mutex’
tutorial03.c:30: error: ‘PacketQueue’ has no member named ‘cond’
tutorial03.c: At top level:
tutorial03.c:32: error: expected declaration specifiers or ‘...’ before ‘AVPacket’
tutorial03.c: In function ‘packet_queue_