Ffmpeg-php extension does not compile properly with recent ffmpeg releases.
Seems it's some kind of compatibility/code error with the recent ffmpeg code.
This same error happened with 3 different servers running CentOS 4.x with all the latest patches installed.
This is the ffmpeg version:
FFmpeg version SVN-r14228, Copyright (c) 2000-2008 Fabrice Bellard, et al.
configuration: --enable-shared --enable-libmp3lame --enable-libvorbis
libavutil version: 49.7.0
libavcodec version: 51.60.0
libavformat version: 52.17.0
libavdevice version: 52.0.0
built on Jul 14 2008 14:17:43, gcc: 3.4.6 20060404 (Red Hat 3.4.6-9)
Output folollows:
[root@110 ffmpeg-php]# ./configure
checking build system type... x86_64-redhat-linux-gnu
checking host system type... x86_64-redhat-linux-gnu
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether gcc and cc understand -c and -o together... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for PHP prefix... /usr/local
checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend
checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20020429
checking for re2c... re2c
checking for gawk... gawk
checking for ffmpeg support... yes, shared
checking whether to force gd support in ffmpeg-php... no
checking for ffmpeg headers... ...found in /usr/local/include/libav*
checking for ffmpeg libavcodec.so... ...found in /usr/local/lib
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
configure: creating ./config.status
config.status: creating config.h
config.status: config.h is unchanged
[root@110 ffmpeg-php]# make
/bin/sh /root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/libtool --mode=compile gcc -I. -I/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php -DPHP_ATOM_INC -I/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/include -I/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/main -I/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -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/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg-php.c -o ffmpeg-php.lo
mkdir .libs
gcc -I. -I/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php -DPHP_ATOM_INC -I/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/include -I/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/main -I/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -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/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg-php.c -fPIC -DPIC -o .libs/ffmpeg-php.o
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg-php.c: In function `zm_startup_ffmpeg':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg-php.c:110: warning: `avcodec_build' is deprecated (declared at /usr/local/include/libavcodec/avcodec.h:2523)
/bin/sh /root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/libtool --mode=compile gcc -I. -I/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php -DPHP_ATOM_INC -I/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/include -I/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/main -I/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -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/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c -o ffmpeg_movie.lo
gcc -I. -I/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php -DPHP_ATOM_INC -I/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/include -I/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/main -I/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -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/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c -fPIC -DPIC -o .libs/ffmpeg_movie.o
In file included from /root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:40:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:39: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:39: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:39: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:42: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:42: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:42: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:43: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:43: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:43: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:44: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:44: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:44: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:45: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:45: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:45: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:46: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:46: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:46: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:47: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:47: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:47: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:48: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:48: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:48: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:49: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:49: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:49: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:50: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:50: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:50: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:51: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:51: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:51: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:52: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:52: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:52: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:53: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:53: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:53: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:54: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:54: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:54: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:55: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:55: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:55: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:56: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:56: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:56: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:57: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:57: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:57: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:58: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:58: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:58: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:59: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:59: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:59: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:60: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:60: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:60: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:61: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:61: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:61: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:62: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:62: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:62: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:63: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:63: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:63: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:64: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:64: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:64: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:65: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:65: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:65: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:66: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:66: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:66: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:67: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:67: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:67: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:68: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:68: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:68: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:69: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:69: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:69: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:70: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:70: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:70: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:71: warning: type defaults to `int' in declaration of `PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:71: warning: parameter names (without types) in function declaration
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.h:71: warning: data definition has no type or storage class
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:77: warning: implicit declaration of function `PHP_ME'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:77: error: `ffmpeg_movie' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:77: error: `__construct' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:80: warning: missing braces around initializer
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:80: warning: (near initialization for `ffmpeg_movie_class_methods[0]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:80: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:80: error: (near initialization for `ffmpeg_movie_class_methods[0].fname')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:80: error: syntax error before "PHP_MALIAS"
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:80: error: `getduration' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:80: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:80: error: (near initialization for `ffmpeg_movie_class_methods[0].handler')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:80: error: `getDuration' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:80: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:80: error: (near initialization for `ffmpeg_movie_class_methods[0].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:80: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:80: error: (near initialization for `ffmpeg_movie_class_methods[0]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:80: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:81: error: `getframecount' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:81: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:81: error: (near initialization for `ffmpeg_movie_class_methods[1].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:81: error: `getFrameCount' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:81: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:81: error: (near initialization for `ffmpeg_movie_class_methods[1]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:81: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:81: error: (near initialization for `ffmpeg_movie_class_methods[2]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:81: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:82: error: `getframerate' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:82: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:82: error: (near initialization for `ffmpeg_movie_class_methods[3].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:82: error: `getFrameRate' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:82: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:82: error: (near initialization for `ffmpeg_movie_class_methods[3]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:82: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:82: error: (near initialization for `ffmpeg_movie_class_methods[4]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:82: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:83: error: `getfilename' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:83: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:83: error: (near initialization for `ffmpeg_movie_class_methods[5].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:83: error: `getFileName' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:83: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:83: error: (near initialization for `ffmpeg_movie_class_methods[5]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:83: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:83: error: (near initialization for `ffmpeg_movie_class_methods[6]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:83: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:84: error: `getcomment' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:84: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:84: error: (near initialization for `ffmpeg_movie_class_methods[7].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:84: error: `getComment' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:84: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:84: error: (near initialization for `ffmpeg_movie_class_methods[7]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:84: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:84: error: (near initialization for `ffmpeg_movie_class_methods[8]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:84: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:85: error: `gettitle' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:85: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:85: error: (near initialization for `ffmpeg_movie_class_methods[9].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:85: error: `getTitle' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:85: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:85: error: (near initialization for `ffmpeg_movie_class_methods[9]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:85: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:85: error: (near initialization for `ffmpeg_movie_class_methods[10]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:85: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:86: error: `getauthor' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:86: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:86: error: (near initialization for `ffmpeg_movie_class_methods[11].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:86: error: `getAuthor' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:86: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:86: error: (near initialization for `ffmpeg_movie_class_methods[11]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:86: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:86: error: (near initialization for `ffmpeg_movie_class_methods[12]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:86: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:87: error: `getartist' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:87: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:87: error: (near initialization for `ffmpeg_movie_class_methods[13].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:87: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:87: error: (near initialization for `ffmpeg_movie_class_methods[13]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:87: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:87: error: (near initialization for `ffmpeg_movie_class_methods[14]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:87: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:88: error: `getcopyright' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:88: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:88: error: (near initialization for `ffmpeg_movie_class_methods[15].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:88: error: `getCopyright' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:88: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:88: error: (near initialization for `ffmpeg_movie_class_methods[15]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:88: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:88: error: (near initialization for `ffmpeg_movie_class_methods[16]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:88: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:89: error: `getalbum' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:89: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:89: error: (near initialization for `ffmpeg_movie_class_methods[17].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:89: error: `getAlbum' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:89: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:89: error: (near initialization for `ffmpeg_movie_class_methods[17]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:89: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:89: error: (near initialization for `ffmpeg_movie_class_methods[18]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:89: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:90: error: `getgenre' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:90: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:90: error: (near initialization for `ffmpeg_movie_class_methods[19].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:90: error: `getGenre' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:90: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:90: error: (near initialization for `ffmpeg_movie_class_methods[19]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:90: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:90: error: (near initialization for `ffmpeg_movie_class_methods[20]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:90: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:91: error: `getyear' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:91: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:91: error: (near initialization for `ffmpeg_movie_class_methods[21].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:91: error: `getYear' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:91: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:91: error: (near initialization for `ffmpeg_movie_class_methods[21]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:91: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:91: error: (near initialization for `ffmpeg_movie_class_methods[22]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:91: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:92: error: `gettracknumber' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:92: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:92: error: (near initialization for `ffmpeg_movie_class_methods[23].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:92: error: `getTrackNumber' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:92: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:92: error: (near initialization for `ffmpeg_movie_class_methods[23]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:92: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:92: error: (near initialization for `ffmpeg_movie_class_methods[24]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:92: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:93: error: `getframewidth' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:93: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:93: error: (near initialization for `ffmpeg_movie_class_methods[25].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:93: error: `getFrameWidth' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:93: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:93: error: (near initialization for `ffmpeg_movie_class_methods[25]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:93: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:93: error: (near initialization for `ffmpeg_movie_class_methods[26]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:93: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:94: error: `getframeheight' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:94: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:94: error: (near initialization for `ffmpeg_movie_class_methods[27].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:94: error: `getFrameHeight' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:94: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:94: error: (near initialization for `ffmpeg_movie_class_methods[27]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:94: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:94: error: (near initialization for `ffmpeg_movie_class_methods[28]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:94: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:95: error: `getframenumber' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:95: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:95: error: (near initialization for `ffmpeg_movie_class_methods[29].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:95: error: `getFrameNumber' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:95: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:95: error: (near initialization for `ffmpeg_movie_class_methods[29]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:95: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:95: error: (near initialization for `ffmpeg_movie_class_methods[30]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:95: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:96: error: `getpixelformat' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:96: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:96: error: (near initialization for `ffmpeg_movie_class_methods[31].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:96: error: `getPixelFormat' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:96: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:96: error: (near initialization for `ffmpeg_movie_class_methods[31]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:96: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:96: error: (near initialization for `ffmpeg_movie_class_methods[32]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:96: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:97: error: `getbitrate' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:97: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:97: error: (near initialization for `ffmpeg_movie_class_methods[33].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:97: error: `getBitRate' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:97: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:97: error: (near initialization for `ffmpeg_movie_class_methods[33]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:97: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:97: error: (near initialization for `ffmpeg_movie_class_methods[34]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:97: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:98: error: `hasaudio' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:98: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:98: error: (near initialization for `ffmpeg_movie_class_methods[35].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:98: error: `hasAudio' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:98: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:98: error: (near initialization for `ffmpeg_movie_class_methods[35]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:98: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:98: error: (near initialization for `ffmpeg_movie_class_methods[36]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:98: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:99: error: `hasvideo' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:99: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:99: error: (near initialization for `ffmpeg_movie_class_methods[37].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:99: error: `hasVideo' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:99: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:99: error: (near initialization for `ffmpeg_movie_class_methods[37]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:99: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:99: error: (near initialization for `ffmpeg_movie_class_methods[38]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:99: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:100: error: `getnextkeyframe' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:100: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:100: error: (near initialization for `ffmpeg_movie_class_methods[39].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:100: error: `getNextKeyFrame' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:100: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:100: error: (near initialization for `ffmpeg_movie_class_methods[39]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:100: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:100: error: (near initialization for `ffmpeg_movie_class_methods[40]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:100: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:101: error: `getframe' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:101: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:101: error: (near initialization for `ffmpeg_movie_class_methods[41].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:101: error: `getFrame' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:101: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:101: error: (near initialization for `ffmpeg_movie_class_methods[41]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:101: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:101: error: (near initialization for `ffmpeg_movie_class_methods[42]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:101: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:102: error: `getvideocodec' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:102: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:102: error: (near initialization for `ffmpeg_movie_class_methods[43].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:102: error: `getVideoCodec' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:102: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:102: error: (near initialization for `ffmpeg_movie_class_methods[43]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:102: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:102: error: (near initialization for `ffmpeg_movie_class_methods[44]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:102: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:103: error: `getaudiocodec' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:103: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:103: error: (near initialization for `ffmpeg_movie_class_methods[45].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:103: error: `getAudioCodec' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:103: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:103: error: (near initialization for `ffmpeg_movie_class_methods[45]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:103: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:103: error: (near initialization for `ffmpeg_movie_class_methods[46]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:103: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:104: error: `getvideostreamid' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:104: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:104: error: (near initialization for `ffmpeg_movie_class_methods[47].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:104: error: `getVideoStreamId' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:104: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:104: error: (near initialization for `ffmpeg_movie_class_methods[47]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:104: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:104: error: (near initialization for `ffmpeg_movie_class_methods[48]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:104: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:105: error: `getaudiostreamid' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:105: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:105: error: (near initialization for `ffmpeg_movie_class_methods[49].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:105: error: `getAudioStreamId' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:105: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:105: error: (near initialization for `ffmpeg_movie_class_methods[49]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:105: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:105: error: (near initialization for `ffmpeg_movie_class_methods[50]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:105: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:106: error: `getaudiochannels' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:106: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:106: error: (near initialization for `ffmpeg_movie_class_methods[51].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:106: error: `getAudioChannels' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:106: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:106: error: (near initialization for `ffmpeg_movie_class_methods[51]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:106: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:106: error: (near initialization for `ffmpeg_movie_class_methods[52]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:106: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:107: error: `getaudiosamplerate' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:107: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:107: error: (near initialization for `ffmpeg_movie_class_methods[53].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:107: error: `getAudioSampleRate' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:107: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:107: error: (near initialization for `ffmpeg_movie_class_methods[53]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:107: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:107: error: (near initialization for `ffmpeg_movie_class_methods[54]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:107: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:108: error: `getaudiobitrate' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:108: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:108: error: (near initialization for `ffmpeg_movie_class_methods[55].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:108: error: `getAudioBitRate' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:108: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:108: error: (near initialization for `ffmpeg_movie_class_methods[55]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:108: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:108: error: (near initialization for `ffmpeg_movie_class_methods[56]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:108: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:109: error: `getvideobitrate' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:109: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:109: error: (near initialization for `ffmpeg_movie_class_methods[57].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:109: error: `getVideoBitRate' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:109: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:109: error: (near initialization for `ffmpeg_movie_class_methods[57]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:109: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:109: error: (near initialization for `ffmpeg_movie_class_methods[58]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:109: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:110: error: `getpixelaspectratio' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:110: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:110: error: (near initialization for `ffmpeg_movie_class_methods[59].func_arg_types')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:110: error: `getPixelAspectRatio' undeclared here (not in a function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:110: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:110: error: (near initialization for `ffmpeg_movie_class_methods[59]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:110: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:110: error: (near initialization for `ffmpeg_movie_class_methods[60]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:110: error: syntax error before ')' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:111: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:111: error: (near initialization for `ffmpeg_movie_class_methods[61]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:111: error: initializer element is not constant
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:111: error: (near initialization for `ffmpeg_movie_class_methods[62]')
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:112: error: syntax error before '}' token
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:263: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:270: error: `ht' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:270: error: (Each undeclared identifier is reported only once
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:270: error: for each function it appears in.)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:296: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:341: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:342: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:342: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:367: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:263: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:518: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:518: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:518: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:518: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:520: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:530: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:530: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:530: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:533: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:533: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:533: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:533: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:535: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:545: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:545: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:530: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:545: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:548: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:548: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:548: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:548: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:550: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:559: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:559: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:545: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:559: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:562: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:562: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:562: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:562: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:564: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:574: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:574: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:559: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:574: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:577: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:577: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:577: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:577: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:579: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:588: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:588: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:574: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:588: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:591: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:591: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:591: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:591: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:593: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:603: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:603: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:588: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:603: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:606: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:606: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:606: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:606: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:608: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:616: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:616: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:603: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:616: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:619: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:619: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:619: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:619: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:621: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:645: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:645: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:616: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:645: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:648: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:648: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:648: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:648: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:650: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:701: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:701: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:645: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:701: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:703: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:703: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:703: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:703: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:704: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:712: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:712: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:701: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:712: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:715: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:715: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:715: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:715: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:717: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:725: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:725: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:712: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:725: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:729: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:729: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:729: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:729: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:732: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:755: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:755: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:725: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:755: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:758: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:758: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:758: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:758: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:760: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:783: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:783: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:755: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:783: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:786: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:786: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:786: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:786: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:788: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:816: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:816: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:783: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:816: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:820: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:820: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:820: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:820: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:825: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:827: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:849: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:849: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:816: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:849: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:854: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:854: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:854: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:854: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:863: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:865: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:883: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:883: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:849: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:883: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:886: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:886: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:886: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:886: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:888: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:896: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:896: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:883: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:896: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:899: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:899: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:899: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:899: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:901: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:909: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:909: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:896: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:909: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:912: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:912: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:912: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:912: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:914: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:972: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:972: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:909: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:972: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:976: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:976: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:976: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:976: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:981: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:983: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:992: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:992: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:972: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:992: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:996: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:996: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:996: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:996: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1001: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1003: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1012: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1012: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:992: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1012: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1016: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1016: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1016: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1016: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1022: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1026: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1034: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1034: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1012: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1034: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1038: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1038: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1038: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1038: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1044: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1048: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1072: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1072: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1034: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1072: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1076: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1076: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1076: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1076: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1081: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1083: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1108: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1108: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1072: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1108: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1112: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1112: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1112: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1112: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1117: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1119: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1144: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1144: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1108: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1144: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1148: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1148: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1148: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1148: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1153: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1155: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1164: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1164: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1144: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1164: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1168: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1168: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1168: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1168: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1173: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1175: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `_php_get_ff_frame':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1333: warning: `img_copy' is deprecated (declared at /usr/local/include/libavcodec/avcodec.h:2958)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1349: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1349: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1164: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1349: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1352: error: `ht' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1353: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1356: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1356: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1356: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1356: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1359: error: `return_value_used' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1360: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1369: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1369: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1349: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1369: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1374: error: `ht' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1375: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1378: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1378: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1378: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1378: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1399: error: `return_value_used' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1400: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: At top level:
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1453: warning: return type defaults to `int'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1453: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1369: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1453: error: redefinition of 'PHP_METHOD'
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c: In function `PHP_METHOD':
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1457: error: `this_ptr' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1457: error: `return_value' undeclared (first use in this function)
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1457: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1457: warning: `return' with no value, in function returning non-void
/root/downloads/ffmpeg/ffmpeg-php/trunk/ffmpeg-php/ffmpeg_movie.c:1461: warning: `return' with no value, in function returning non-void
make: *** [ffmpeg_movie.lo] Error 1
[root@110 ffmpeg-php]#
Logged In: NO
This problem appears with all the ffmpeg-php releases and also with the svn sources.
I'm having a compile problem, but with a newer version of ffmpeg (r15284) :
/bin/sh /root/ffmpeg-php-0.5.3.1/libtool --mode=compile gcc -I. -I/root/ffmpeg-php-0.5.3.1 -DPHP_ATOM_INC -I/root/ffmpeg-php-0.5.3.1/include -I/root/ffmpeg-php-0.5.3.1/main -I/root/ffmpeg-php-0.5.3.1 -I/usr/local/php5/include/php -I/usr/local/php5/include/php/main -I/usr/local/php5/include/php/TSRM -I/usr/local/php5/include/php/Zend -I/usr/local/php5/include/php/ext -I/usr/local/php5/include/php/ext/date/lib -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/ffmpeg-php-0.5.3.1/ffmpeg-php.c -o ffmpeg-php.lo
mkdir .libs
gcc -I. -I/root/ffmpeg-php-0.5.3.1 -DPHP_ATOM_INC -I/root/ffmpeg-php-0.5.3.1/include -I/root/ffmpeg-php-0.5.3.1/main -I/root/ffmpeg-php-0.5.3.1 -I/usr/local/php5/include/php -I/usr/local/php5/include/php/main -I/usr/local/php5/include/php/TSRM -I/usr/local/php5/include/php/Zend -I/usr/local/php5/include/php/ext -I/usr/local/php5/include/php/ext/date/lib -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/ffmpeg-php-0.5.3.1/ffmpeg-php.c -fPIC -DPIC -o .libs/ffmpeg-php.o
/root/ffmpeg-php-0.5.3.1/ffmpeg-php.c: In function `zm_startup_ffmpeg':
/root/ffmpeg-php-0.5.3.1/ffmpeg-php.c:110: attention : déclaration implicite de la fonction « avcodec_build »
/bin/sh /root/ffmpeg-php-0.5.3.1/libtool --mode=compile gcc -I. -I/root/ffmpeg-php-0.5.3.1 -DPHP_ATOM_INC -I/root/ffmpeg-php-0.5.3.1/include -I/root/ffmpeg-php-0.5.3.1/main -I/root/ffmpeg-php-0.5.3.1 -I/usr/local/php5/include/php -I/usr/local/php5/include/php/main -I/usr/local/php5/include/php/TSRM -I/usr/local/php5/include/php/Zend -I/usr/local/php5/include/php/ext -I/usr/local/php5/include/php/ext/date/lib -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/ffmpeg-php-0.5.3.1/ffmpeg_movie.c -o ffmpeg_movie.lo
gcc -I. -I/root/ffmpeg-php-0.5.3.1 -DPHP_ATOM_INC -I/root/ffmpeg-php-0.5.3.1/include -I/root/ffmpeg-php-0.5.3.1/main -I/root/ffmpeg-php-0.5.3.1 -I/usr/local/php5/include/php -I/usr/local/php5/include/php/main -I/usr/local/php5/include/php/TSRM -I/usr/local/php5/include/php/Zend -I/usr/local/php5/include/php/ext -I/usr/local/php5/include/php/ext/date/lib -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/ffmpeg-php-0.5.3.1/ffmpeg_movie.c -fPIC -DPIC -o .libs/ffmpeg_movie.o
/root/ffmpeg-php-0.5.3.1/ffmpeg_movie.c: In function `_php_get_ff_frame':
/root/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1333: attention : déclaration implicite de la fonction « img_copy »
/bin/sh /root/ffmpeg-php-0.5.3.1/libtool --mode=compile gcc -I. -I/root/ffmpeg-php-0.5.3.1 -DPHP_ATOM_INC -I/root/ffmpeg-php-0.5.3.1/include -I/root/ffmpeg-php-0.5.3.1/main -I/root/ffmpeg-php-0.5.3.1 -I/usr/local/php5/include/php -I/usr/local/php5/include/php/main -I/usr/local/php5/include/php/TSRM -I/usr/local/php5/include/php/Zend -I/usr/local/php5/include/php/ext -I/usr/local/php5/include/php/ext/date/lib -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/ffmpeg-php-0.5.3.1/ffmpeg_frame.c -o ffmpeg_frame.lo
gcc -I. -I/root/ffmpeg-php-0.5.3.1 -DPHP_ATOM_INC -I/root/ffmpeg-php-0.5.3.1/include -I/root/ffmpeg-php-0.5.3.1/main -I/root/ffmpeg-php-0.5.3.1 -I/usr/local/php5/include/php -I/usr/local/php5/include/php/main -I/usr/local/php5/include/php/TSRM -I/usr/local/php5/include/php/Zend -I/usr/local/php5/include/php/ext -I/usr/local/php5/include/php/ext/date/lib -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/ffmpeg-php-0.5.3.1/ffmpeg_frame.c -fPIC -DPIC -o .libs/ffmpeg_frame.o
/root/ffmpeg-php-0.5.3.1/ffmpeg_frame.c: In function `_php_convert_frame':
/root/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:202: attention : déclaration implicite de la fonction « img_convert »
/root/ffmpeg-php-0.5.3.1/ffmpeg_frame.c: In function `_php_crop_frame':
/root/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:260: attention : déclaration implicite de la fonction « img_copy »
/root/ffmpeg-php-0.5.3.1/ffmpeg_frame.c: In function `_php_resample_frame':
/root/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:282: erreur: « ImgReSampleContext » non déclaré (première utilisation dans cette fonction)
/root/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:282: erreur: (Chaque identificateur non déclaré est rapporté une seule fois
/root/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:282: erreur: pour chaque fonction dans laquelle il apparaît.)
/root/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:282: erreur: « img_resample_ctx » non déclaré (première utilisation dans cette fonction)
/root/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:308: attention : déclaration implicite de la fonction « img_resample_full_init »
/root/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:321: attention : déclaration implicite de la fonction « img_resample »
/root/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:326: attention : déclaration implicite de la fonction « img_resample_close »
make: *** [ffmpeg_frame.lo] Erreur 1
That's maybe caused by the r15262 of ffmpeg:
"Bump Major version, this commit is almost just renaming bits_per_sample to
bits_per_coded_sample but that cannot be done seperately.
Patch by Luca Abeni
Also reset the minor version and fix the forgotton change to libfaad.
Note: The API/ABI should not be considered stable yet, there still may
be a change done here or there if some developer has some cleanup ideas and
patches!"
Confirmed.
/home/mvc/src/ffmpeg-php-0.5.3.1/ffmpeg_frame.c: In function '_php_convert_frame':
/home/mvc/src/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:202: warning: implicit declaration of function 'img_convert'
/home/mvc/src/ffmpeg-php-0.5.3.1/ffmpeg_frame.c: In function '_php_crop_frame':
/home/mvc/src/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:260: warning: implicit declaration of function 'img_copy'
/home/mvc/src/ffmpeg-php-0.5.3.1/ffmpeg_frame.c: In function '_php_resample_frame':
/home/mvc/src/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:282: error: 'ImgReSampleContext' undeclared (first use in this function)
/home/mvc/src/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:282: error: (Each undeclared identifier is reported only once
/home/mvc/src/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:282: error: for each function it appears in.)
/home/mvc/src/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:282: error: 'img_resample_ctx' undeclared (first use in this function)
/home/mvc/src/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:308: warning: implicit declaration of function 'img_resample_full_init'
/home/mvc/src/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:321: warning: implicit declaration of function 'img_resample'
/home/mvc/src/ffmpeg-php-0.5.3.1/ffmpeg_frame.c:326: warning: implicit declaration of function 'img_resample_close'
when I 'make test' for ffmpeg-php, I got these errors:
=====================================================================
Number of tests : 32 21
Tests skipped : 11 ( 34.4%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 21 ( 65.6%) (100.0%)
Tests passed : 0 ( 0.0%) ( 0.0%)
---------------------------------------------------------------------
Time taken : 2 seconds
=====================================================================
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
ffmpeg getAudioBitRate test [tests/getAudioBitRate.phpt]
ffmpeg getAudioChannels test [tests/getAudioChannels.phpt]
ffmpeg getAudioCodec test [tests/getAudioCodec.phpt]
ffmpeg getAudioSampleRate test [tests/getAudioSampleRate.phpt]
ffmpeg getAudioStreamId test [tests/getAudioStreamId.phpt]
ffmpeg getBitRate test [tests/getBitRate.phpt]
ffmpeg getDuration test [tests/getDuration.phpt]
ffmpeg getFileName test [tests/getFileName.phpt]
ffmpeg getFrameCount test [tests/getFrameCount.phpt]
ffmpeg getFrameHeight test [tests/getFrameHeight.phpt]
ffmpeg getFrameNumber test [tests/getFrameNumber.phpt]
ffmpeg getFrameRate test [tests/getFrameRate.phpt]
ffmpeg getFrameWidth test [tests/getFrameWidth.phpt]
ffmpeg getID3Info() test [tests/getID3Info.phpt]
ffmpeg getPixelAspectRatio test [tests/getPixelAspectRatio.phpt]
ffmpeg getPixelFormat test [tests/getPixelFormat.phpt]
ffmpeg getVideoBitRate test [tests/getVideoBitRate.phpt]
ffmpeg getVideoCodec test [tests/getVideoCodec.phpt]
ffmpeg getVideoStreamId test [tests/getVideoStreamId.phpt]
ffmpeg hasAudio test [tests/hasAudio.phpt]
ffmpeg persistent movie test [tests/persistentMovie.phpt]
The version 0.6.0 of ffmpeg-php and ffmpeg r15618 (SVN) compiles again, thanks.
(I was the "noboby" who added a comment on 2008-09-09 14:44)
Something goes wrong with latest ffmpeg-versions
This affects also ffmpeg-php-0.6.0
See my bug-report at rpmfusion
https://bugzilla.rpmfusion.org/show_bug.cgi?id=193
I tried the latest trunk and renamed the folder to "ffmpeg-php-0.6.0" to get a tbz2 which is compatible to the spec-file, but the problem is still here
[builduser@buildserver:~]$ cd SPECS/
[builduser@buildserver:~/SPECS]$ rpmbuild -bb ffmpeg-php.spec
Ausführung(%prep): /bin/sh -e /var/tmp/rpm-tmp.31815
+ umask 022
+ cd /home/builduser/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /home/builduser/rpmbuild/BUILD
+ rm -rf ffmpeg-php-0.6.0
+ /usr/bin/bzip2 -dc /home/builduser/rpmbuild/SOURCES/ffmpeg-php-0.6.0.tbz2
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd ffmpeg-php-0.6.0
++ /usr/bin/id -u
+ '[' 5000 = 0 ']'
++ /usr/bin/id -u
+ '[' 5000 = 0 ']'
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ sed -i -e s@/lib@/lib64@ config.m4
+ exit 0
Ausführung(%build): /bin/sh -e /var/tmp/rpm-tmp.31815
+ umask 022
+ cd /home/builduser/rpmbuild/BUILD
+ cd ffmpeg-php-0.6.0
+ LANG=C
+ export LANG
+ unset DISPLAY
+ phpize
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20060613
Zend Extension Api No: 220060519
+ export 'RPM_OPT_FLAGS=-O3 -march=native -mtune=native -mmmx -msse2 -fopenmp -pipe -fno-strict-aliasing -Wno-pointer-sign'
+ RPM_OPT_FLAGS='-O3 -march=native -mtune=native -mmmx -msse2 -fopenmp -pipe -fno-strict-aliasing -Wno-pointer-sign'
+ export 'CFLAGS=-O3 -march=native -mtune=native -mmmx -msse2 -fopenmp -pipe -fno-strict-aliasing -Wno-pointer-sign'
+ CFLAGS='-O3 -march=native -mtune=native -mmmx -msse2 -fopenmp -pipe -fno-strict-aliasing -Wno-pointer-sign'
+ export 'CXXFLAGS=-O3 -march=native -mtune=native -mmmx -msse2 -fopenmp'
+ CXXFLAGS='-O3 -march=native -mtune=native -mmmx -msse2 -fopenmp'
+ CFLAGS='-O3 -march=native -mtune=native -mmmx -msse2 -fopenmp -pipe -fno-strict-aliasing -Wno-pointer-sign'
+ export CFLAGS
+ CXXFLAGS='-O3 -march=native -mtune=native -mmmx -msse2 -fopenmp'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'
+ export FFLAGS
++ find . -name config.guess -o -name config.sub
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.guess
+ '[' -f /usr/lib/rpm/redhat/config.guess ']'
+ /bin/rm -f ./config.guess
++ basename ./config.guess
+ /bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess
`/usr/lib/rpm/redhat/config.guess' -> `./config.guess'
+ for i in '$(find . -name config.guess -o -name config.sub)'
++ basename ./config.sub
+ '[' -f /usr/lib/rpm/redhat/config.sub ']'
+ /bin/rm -f ./config.sub
++ basename ./config.sub
+ /bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub
`/usr/lib/rpm/redhat/config.sub' -> `./config.sub'
+ ./configure --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --target=x86_64-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --with-libdir=lib64
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for x86_64-unknown-linux-gnu-gcc... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc and cc understand -c and -o together... yes
checking for system library directory... lib64
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-redhat-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -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/include/php/ext/date/lib
checking for PHP extension directory... /usr/lib64/php/modules
checking for PHP installed headers prefix... /usr/include/php
checking for re2c... re2c
checking for re2c version... 0.12.3 (ok)
checking for gawk... gawk
checking for ffmpeg support... yes, shared
checking whether to force gd support in ffmpeg-php... no
checking for ffmpeg headers...
configure: error: ffmpeg headers not found. Make sure ffmpeg is compiled as shared libraries using the --enable-shared option
Fehler: Fehler-Status beim Beenden von /var/tmp/rpm-tmp.31815 (%build)
Is this project dead or why are no releases which will fix this over more than 6 months?
php 5.3.0 is released too :-(
Those errors look like they are due to missing or incorrect PHP headers. Check to make sure have the proper headers for the version of php you are trying to compile against.
When i say directly after update of ffmpeg it did not compile any longer than a mean this exactly so
Bugreport at rpmfusion/livna was answered "please go to ffmpeg-php, the must update their code"
So this was last year, this time the old extension seems to work - But php 5.3.0 was released and will need a rebuild and so i should get rid of this bug :-(
If there are php-headers missing i could not build php-pecl-x-Extensions as rpm
[root@buildserver:/repo/fc10/x86_64]$ rpm -qa | grep ffmpeg
ffmpeg-libs-0.4.9-0.55.20080908.fc10.x86_64
ffmpeg-0.4.9-0.55.20080908.fc10.x86_64
ffmpeg-devel-0.4.9-0.55.20080908.fc10.x86_64
ffmpeg-php-0.6.0-1.fc9.x86_64
[root@buildserver:/repo/fc10/x86_64]$ rpm -qa | grep pecl
php-pecl-bbcode-1.0.2-9.fc10.rh.x86_64
php-pecl-uploadprogress-1.0.1-5.fc10.rh.x86_64
php-pecl-Fileinfo-1.0.4-4.fc10.x86_64
php-pecl-phar-1.2.3-13.fc10.rh.x86_64
php-pecl-crack-0.4-12.fc10.rh.x86_64
php-pecl-rar-1.0.0-9.fc10.rh.x86_64
php-pecl-imagick-2.2.2-11.fc10.rh.x86_64
php-pecl-http-1.6.3-7.fc10.rh.x86_64
php-pecl-geoip-1.0.7-5.fc10.rh.x86_64
php-pecl-xattr-1.1.0-9.fc10.rh.x86_64
php-pecl-id3-0.2-9.fc10.rh.x86_64
php-pecl-archive-0.2-10.fc10.rh.x86_64
php-pecl-ssh2-0.11.0-6.fc10.rh.x86_64
php-pecl-gdchart-0.2.0-5.fc10.rh.x86_64
php-pecl-mailparse-2.1.5-11.fc10.rh.x86_64
[root@buildserver:/repo/fc10/x86_64]$ rpm -qa | grep php-devel
php-devel-5.2.10-5.fc10.rh.x86_64