Hi! > Sorry to say... but REV36 does not compile on my box:
Huh? > src/streamdata.cpp: In member function ‘void > streamdata::audio_addpts(uint32_t, bool)’: > src/streamdata.cpp:147: error: ‘assert’ was not declared in this scope > scons: *** [src/streamdata.o] Error 1 > scons: building terminated because of errors. > make: *** [build] Fehler 2 > > seems that you forgot: > #include <assert.h> > on top of streamdata.cpp? Strange - that wasn't necessary on my system. But you're right, it should of course be #included explicitly. Fix committed. Michael. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ DVBCUT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dvbcut-user
