Hi,

I just applied Michaels recent patch and had a Problem, which I already had 
the last time, but I thought that time it was caused by something I did...

Just try to say "make" a 2nd time (e.g. after appling a patch or not)...

****************
scons  \

scons: Reading SConscript files ...
Checking for libao... found
scons: done reading SConscript files.
scons: Building targets ...
g++ -o src/avframe.o -c -O3 -Wall -DHAVE_LIB_AO -DQT_NO_DEBUG 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/usr/lib/qt3/include 
-Iffmpeg/include src/avframe.cpp
g++ -o src/differenceimageprovider.o -c -O3 -Wall -DHAVE_LIB_AO -DQT_NO_DEBUG 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/usr/lib/qt3/include 
-Iffmpeg/include src/differenceimageprovider.cpp
g++ -o src/dvbcut.o -c -O3 -Wall -DHAVE_LIB_AO -DQT_NO_DEBUG 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/usr/lib/qt3/include 
-Iffmpeg/include src/dvbcut.cpp
In file included from src/lavfmuxer.h:22,
                 from src/dvbcut.cpp:51:
ffmpeg/include/ffmpeg/avformat.h:16:21: error: avcodec.h: Datei oder 
Verzeichnis nicht gefunden
scons: *** [src/dvbcut.o] Error 1
scons: building terminated because of errors.
make: *** [build] Fehler 2
*******************

It seems that somewhere in the build process the file 
ffmpeg/include/ffmpeg/avcodec.h 
gets lost!

I also does not help to copy it back from
ffmpeg.src/libavcodec/avcodec.h
but I have to delete the whole ffmpeg directory!

OK, a "make clean" just before does it also... but I don't want to compile 
everything if just one file has been changed!

ciao
Ralph

BTW: I attached the bug-fix from Sven about the reading of program streams
as diff-file! 

That's more convenient than editing the file...I called it patch0 because it 
was posted in January before Michaels first patch... maybe Michael can put it 
also to his Website to have everything together and that it not gets lost... 
for new users or when preparing a new DVBcut version!
--- dvbcut-0.5.3/src/psfile.cpp	2005-12-11 21:10:46.000000000 +0100
+++ dvbcut-0.5.3-new/src/psfile.cpp	2006-08-25 15:56:17.000000000 +0200
@@ -139,7 +139,7 @@
     if (bytes<minbytes) {
       sh.fileposition+=skipped;
       skipped=0;
-      bytes=buf.providedata(4<<10,sh.fileposition);
+      bytes=buf.providedata(minbytes,sh.fileposition);
       if (bytes<0)
         return bytes;
       if (bytes<minbytes)
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
DVBCUT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dvbcut-user

Reply via email to