<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 55: doesn't compile</title><link href="https://sourceforge.net/p/ffmpeg-php/bugs/55/" rel="alternate"/><link href="https://sourceforge.net/p/ffmpeg-php/bugs/55/feed.atom" rel="self"/><id>https://sourceforge.net/p/ffmpeg-php/bugs/55/</id><updated>2012-06-16T16:22:28Z</updated><subtitle>Recent changes to 55: doesn't compile</subtitle><entry><title>doesn't compile</title><link href="https://sourceforge.net/p/ffmpeg-php/bugs/55/" rel="alternate"/><published>2012-06-16T16:22:28Z</published><updated>2012-06-16T16:22:28Z</updated><author><name>Matteo Sisti Sette</name><uri>https://sourceforge.net/u/sistisette/</uri></author><id>https://sourceforge.netaf4cea8ec175eadfba70be438848fd0eb81f4847</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Followed the step-by-step instructions and got this:&lt;/p&gt;
&lt;p&gt;make&lt;br /&gt;
/bin/sh /root/temp_ffmpegphp/ffmpeg-php-0.6.0/libtool --mode=compile gcc  -I. -I/root/temp_ffmpegphp/ffmpeg-php-0.6.0 -DPHP_ATOM_INC -I/root/temp_ffmpegphp/ffmpeg-php-0.6.0/include -I/root/temp_ffmpegphp/ffmpeg-php-0.6.0/main -I/root/temp_ffmpegphp/ffmpeg-php-0.6.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/local/include/libavcodec/ -I/usr/local/include/libavformat/ -I/usr/local/include/libavutil/ -I/usr/local/include/libswscale/ -I/usr/local/include/libavfilter/ -I/usr/local/include/libavdevice/  -DHAVE_CONFIG_H  -g -O2 -Wall -fno-strict-aliasing   -c /root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg-php.c -o ffmpeg-php.lo &lt;br /&gt;
mkdir .libs&lt;br /&gt;
gcc -I. -I/root/temp_ffmpegphp/ffmpeg-php-0.6.0 -DPHP_ATOM_INC -I/root/temp_ffmpegphp/ffmpeg-php-0.6.0/include -I/root/temp_ffmpegphp/ffmpeg-php-0.6.0/main -I/root/temp_ffmpegphp/ffmpeg-php-0.6.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/local/include/libavcodec/ -I/usr/local/include/libavformat/ -I/usr/local/include/libavutil/ -I/usr/local/include/libswscale/ -I/usr/local/include/libavfilter/ -I/usr/local/include/libavdevice/ -DHAVE_CONFIG_H -g -O2 -Wall -fno-strict-aliasing -c /root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg-php.c  -fPIC -DPIC -o .libs/ffmpeg-php.o&lt;br /&gt;
/bin/sh /root/temp_ffmpegphp/ffmpeg-php-0.6.0/libtool --mode=compile gcc  -I. -I/root/temp_ffmpegphp/ffmpeg-php-0.6.0 -DPHP_ATOM_INC -I/root/temp_ffmpegphp/ffmpeg-php-0.6.0/include -I/root/temp_ffmpegphp/ffmpeg-php-0.6.0/main -I/root/temp_ffmpegphp/ffmpeg-php-0.6.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/local/include/libavcodec/ -I/usr/local/include/libavformat/ -I/usr/local/include/libavutil/ -I/usr/local/include/libswscale/ -I/usr/local/include/libavfilter/ -I/usr/local/include/libavdevice/  -DHAVE_CONFIG_H  -g -O2 -Wall -fno-strict-aliasing   -c /root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c -o ffmpeg_movie.lo &lt;br /&gt;
gcc -I. -I/root/temp_ffmpegphp/ffmpeg-php-0.6.0 -DPHP_ATOM_INC -I/root/temp_ffmpegphp/ffmpeg-php-0.6.0/include -I/root/temp_ffmpegphp/ffmpeg-php-0.6.0/main -I/root/temp_ffmpegphp/ffmpeg-php-0.6.0 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/local/include/libavcodec/ -I/usr/local/include/libavformat/ -I/usr/local/include/libavutil/ -I/usr/local/include/libswscale/ -I/usr/local/include/libavfilter/ -I/usr/local/include/libavdevice/ -DHAVE_CONFIG_H -g -O2 -Wall -fno-strict-aliasing -c /root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c  -fPIC -DPIC -o .libs/ffmpeg_movie.o&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:73: error: 'MAX_STREAMS' undeclared here (not in a function)&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function '_php_get_video_stream':&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:152: error: 'CODEC_TYPE_VIDEO' undeclared (first use in this function)&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:152: error: (Each undeclared identifier is reported only once&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:152: error: for each function it appears in.)&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function '_php_get_audio_stream':&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:165: error: 'CODEC_TYPE_AUDIO' undeclared (first use in this function)&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function '_php_get_decoder_context':&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:484: error: 'CODEC_TYPE_VIDEO' undeclared (first use in this function)&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function 'zif_ffmpeg_movie_getComment':&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:531: error: 'AVFormatContext' has no member named 'comment'&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:531: error: 'AVFormatContext' has no member named 'comment'&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function 'zif_ffmpeg_movie_getTitle':&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:546: error: 'AVFormatContext' has no member named 'title'&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:546: error: 'AVFormatContext' has no member named 'title'&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function 'zif_ffmpeg_movie_getAuthor':&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:561: error: 'AVFormatContext' has no member named 'author'&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:561: error: 'AVFormatContext' has no member named 'author'&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function 'zif_ffmpeg_movie_getCopyright':&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:575: error: 'AVFormatContext' has no member named 'copyright'&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:575: error: 'AVFormatContext' has no member named 'copyright'&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function 'zif_ffmpeg_movie_getAlbum':&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:590: error: 'AVFormatContext' has no member named 'album'&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:590: error: 'AVFormatContext' has no member named 'album'&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function 'zif_ffmpeg_movie_getGenre':&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:604: error: 'AVFormatContext' has no member named 'genre'&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:604: error: 'AVFormatContext' has no member named 'genre'&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function 'zif_ffmpeg_movie_getTrackNumber':&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:619: error: 'AVFormatContext' has no member named 'track'&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function 'zif_ffmpeg_movie_getYear':&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:632: error: 'AVFormatContext' has no member named 'year'&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function '_php_get_framerate':&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:678: error: 'CODEC_TYPE_VIDEO' undeclared (first use in this function)&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function '_php_get_framenumber':&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:810: error: 'CODEC_TYPE_VIDEO' undeclared (first use in this function)&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function '_php_get_pixelformat':&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:850: error: 'CODEC_TYPE_VIDEO' undeclared (first use in this function)&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function '_php_get_codec_name':&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:963: error: 'CODEC_TYPE_VIDEO' undeclared (first use in this function)&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function 'zif_ffmpeg_movie_getVideoCodec':&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:989: error: 'CODEC_TYPE_VIDEO' undeclared (first use in this function)&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function 'zif_ffmpeg_movie_getAudioCodec':&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:1009: error: 'CODEC_TYPE_AUDIO' undeclared (first use in this function)&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function 'zif_ffmpeg_movie_getVideoStreamId':&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:1029: error: 'CODEC_TYPE_VIDEO' undeclared (first use in this function)&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function 'zif_ffmpeg_movie_getAudioStreamId':&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:1051: error: 'CODEC_TYPE_AUDIO' undeclared (first use in this function)&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function 'zif_ffmpeg_movie_getAudioChannels':&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:1089: error: 'CODEC_TYPE_AUDIO' undeclared (first use in this function)&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function 'zif_ffmpeg_movie_getAudioSampleRate':&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:1125: error: 'CODEC_TYPE_AUDIO' undeclared (first use in this function)&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function 'zif_ffmpeg_movie_getAudioBitRate':&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:1161: error: 'CODEC_TYPE_AUDIO' undeclared (first use in this function)&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function 'zif_ffmpeg_movie_getVideoBitRate':&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:1181: error: 'CODEC_TYPE_VIDEO' undeclared (first use in this function)&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function '_php_read_av_frame':&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:1204: error: 'CODEC_TYPE_VIDEO' undeclared (first use in this function)&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:1215: warning: implicit declaration of function 'avcodec_decode_video'&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:1219: error: 'PKT_FLAG_KEY' undeclared (first use in this function)&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function '_php_get_av_frame':&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:1246: error: 'CODEC_TYPE_VIDEO' undeclared (first use in this function)&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:1282: error: 'AVCodecContext' has no member named 'hurry_up'&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:1284: error: 'AVCodecContext' has no member named 'hurry_up'&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function '_php_get_sample_aspect_ratio':&lt;br /&gt;
/root/temp_ffmpegphp/ffmpeg-php-0.6.0/ffmpeg_movie.c:1443: error: 'CODEC_TYPE_VIDEO' undeclared (first use in this function)&lt;br /&gt;
make: *** [ffmpeg_movie.lo] Error 1&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>