google-code-export / ffmpegthumbnailer

Automatically exported from code.google.com/p/ffmpegthumbnailer
GNU General Public License v2.0
1 stars 1 forks source link

Enter one-line summary #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./configure
2. make
3.

What is the expected output? What do you see instead?
I expect it to compile, instead it throws an error about libswscale

What version of the product are you using? On what operating system?
version 1.2 on Xubuntu 7.04

Please provide any additional information below.
I am in no way expert at this.  I see that libswscale is part of the ffmpeg
project, but I installed the dev libraries for libavformat and libavcodec
(version 3.0cvs2006823-3.1ubuntu4+medibuntu2)

Below is the significant part of make's output.

      Considering target file `moviedecoder.o'.
       File `moviedecoder.o' does not exist.
       Looking for an implicit rule for `moviedecoder.o'.
       Trying pattern rule with stem `moviedecoder'.
       Trying implicit prerequisite `moviedecoder.cpp'.
       Found an implicit rule for `moviedecoder.o'.
        Considering target file `moviedecoder.cpp'.
         Looking for an implicit rule for `moviedecoder.cpp'.
         Trying pattern rule with stem `moviedecoder.cpp'.
         Trying implicit prerequisite `moviedecoder.cpp,v'.
         Trying pattern rule with stem `moviedecoder.cpp'.
         Trying implicit prerequisite `RCS/moviedecoder.cpp,v'.
         Trying pattern rule with stem `moviedecoder.cpp'.
         Trying implicit prerequisite `RCS/moviedecoder.cpp'.
         Trying pattern rule with stem `moviedecoder.cpp'.
         Trying implicit prerequisite `s.moviedecoder.cpp'.
         Trying pattern rule with stem `moviedecoder.cpp'.
         Trying implicit prerequisite `SCCS/s.moviedecoder.cpp'.
         No implicit rule found for `moviedecoder.cpp'.
         Finished prerequisites of target file `moviedecoder.cpp'.
        No need to remake target `moviedecoder.cpp'.
       Finished prerequisites of target file `moviedecoder.o'.
      Must remake target `moviedecoder.o'.
make[1]: Entering directory `/home/rogue/Desktop/ffmpegthumbnailer-1.1.2/src'
g++ -DPACKAGE_NAME=\"ffmpegthumbnailer\"
-DPACKAGE_TARNAME=\"ffmpegthumbnailer\"
 -DPACKAGE_VERSION=\"1.1.2\" -DPACKAGE_STRING=\"ffmpegthumbnailer\ 1.1.2\"
-DPAC
KAGE_BUGREPORT=\"\" -DPACKAGE=\"ffmpegthumbnailer\" -DVERSION=\"1.1.2\" -I.

-g -O2 -MT moviedecoder.o -MD -MP -MF .deps/moviedecoder.Tpo -c -o
moviedecoder.
o moviedecoder.cpp
Putting child 0x080a9730 (moviedecoder.o) PID 8409 on the chain.
Live child 0x080a9730 (moviedecoder.o) PID 8409 
moviedecoder.cpp:8:28: error: ffmpeg/swscale.h: No such file or directory
moviedecoder.cpp: In member function ‘void
MovieDecoder::convertAndScaleFrame(in
t, int, int&, int&)’:
moviedecoder.cpp:270: error: ‘SwsContext’ was not declared in this scope
moviedecoder.cpp:270: error: ‘scaleContext’ was not declared in this scope
moviedecoder.cpp:272: error: ‘SWS_BICUBIC’ was not declared in this scope
moviedecoder.cpp:272: error: ‘sws_getContext’ was not declared in this scope
moviedecoder.cpp:276: error: ‘sws_freeContext’ was not declared in this 
scope
moviedecoder.cpp:285: error: ‘sws_scale’ was not declared in this scope
moviedecoder.cpp:286: error: ‘sws_freeContext’ was not declared in this 
scope
Reaping losing child 0x080a9730 PID 8409 
make[1]: *** [moviedecoder.o] Error 1
Removing child 0x080a9730 PID 8409 from chain.

Original issue reported on code.google.com by swordp...@gmail.com on 23 Jun 2007 at 6:48

GoogleCodeExporter commented 9 years ago
Should be fixed in version 1.1.3

Original comment by dirk.vdb on 4 Jul 2007 at 8:23