saloromer / ffmbc

Automatically exported from code.google.com/p/ffmbc
0 stars 0 forks source link

Make fails with "cmdutils.c:361: undefined reference to `postproc_configuration'" #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ./configure --enable-gpl --enable-version3 --enable-nonfree 
--enable-postproc --
enable-pthreads --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-
libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-libxvid 
--
enable-x11grab --enable-avfilter --enable-avfilter-lavf --enable-libtheora 
--enable-
libschroedinger
2. make

What is the expected output? What do you see instead?

Expected : Exit status 0.  

Returned :
...
CC  libavutil/md5.o
CC  libavutil/mem.o
CC  libavutil/pixdesc.o
CC  libavutil/random_seed.o
CC  libavutil/rational.o
CC  libavutil/rc4.o
CC  libavutil/sha.o
CC  libavutil/tree.o
CC  libavutil/utils.o
AR  libavutil/libavutil.a
CC  ffmpeg.o
ffmpeg.c: In function ‘av_encode’:
ffmpeg.c:2356: warning: unused variable ‘t’
ffmpeg.c: In function ‘output_packet’:
ffmpeg.c:1163: warning: dereferencing pointer ‘picture2’ does break 
strict-aliasing rules
ffmpeg.c:1752: note: initialized from here
CC  cmdutils.o
cmdutils.c: In function ‘read_file’:
cmdutils.c:660: warning: ignoring return value of ‘fread’, declared with 
attribute 
warn_unused_result
LD  ffmpeg_g
/usr/bin/ld: skipping incompatible /home/chris/source/FFmbc-0.4-
rc1/libpostproc/libpostproc.a when searching for -lpostproc
cmdutils.o: In function `show_banner':
/home/chris/source/FFmbc-0.4-rc1/cmdutils.c:361: undefined reference to 
`postproc_configuration'
collect2: ld returned 1 exit status
make: *** [ffmpeg_g] Error 1

What version of the product are you using? On what operating system?

FFmbc-0.4-rc1 on Ubuntu 10.4 & 9.10

Please provide any additional information below:

if i remove the "--enable-postproc" option, make completes successfully.

Ive tried compiling these options against "FFmpeg version git-ff7705f" which 
also completes successfully. 

FFmpeg version git-ff7705f, Copyright (c) 2000-2010 the FFmpeg developers
  built on May  2 2010 15:14:30 with gcc 4.4.3
  configuration: --enable-gpl --enable-version3 --enable-nonfree --enable-postproc --
enable-pthreads --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-
libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-libxvid 
--
enable-x11grab --enable-avfilter --enable-avfilter-lavf --enable-libtheora 
--enable-
libschroedinger

Original issue reported on code.google.com by Chris.at...@gmail.com on 2 May 2010 at 8:01

GoogleCodeExporter commented 8 years ago
There was some leftover files in the tar.gz I reupload a new one that should 
work.

Original comment by baptiste...@gmail.com on 11 May 2010 at 2:36