I'm in the process of updating the patch for ffmpeg so that it will work with both internal and external ffmpeg and include the fix for fileac3.C. I should have it ready in about 2 hours.
Regards, Paul On Thu, 2011-09-22 at 14:04 +1200, E Chalaron wrote: > The patch leads now to the AC3 problem. > > fileac3.C:255:3: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C: In member function ‘void AC3ConfigAudio::create_objects()’: > fileac3.C:265:47: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C: In member function ‘void > AC3ConfigAudioBitrate::create_objects()’: > fileac3.C:308:31: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:308:31: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:309:31: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:309:31: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:310:31: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:310:31: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:311:31: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:311:31: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:312:31: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:312:31: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:313:31: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:313:31: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:314:31: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:314:31: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:315:32: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:315:32: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:316:32: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:316:32: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:317:32: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:317:32: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:318:32: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:318:32: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:319:32: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:319:32: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:320:32: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:320:32: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:321:32: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:321:32: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:322:32: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:322:32: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:323:32: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:323:32: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:324:32: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:324:32: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:325:32: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:325:32: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:326:32: warning: deprecated conversion from string constant to > ‘char*’ > fileac3.C:326:32: warning: deprecated conversion from string constant to > ‘char*’ > make[3]: *** [fileac3.o] Error 1 > mv -f .deps/dcraw.Tpo .deps/dcraw.Po > make[3]: Leaving directory `/home/edouard/Desktop/CinelerraCV/cinelerra' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/edouard/Desktop/CinelerraCV/cinelerra' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/edouard/Desktop/CinelerraCV' > make: *** [all] Error 2 > > > > _______________________________________________ > Cinelerra mailing list > [email protected] > https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
