Bernhard Praschinger wrote:

Ron Keller wrote:


lavpipe.c: In function `close_segment_inputs':
lavpipe.c:585: error: label at end of compound statement


What is in 585 ?
If it lookes like that KEEP_SOURCE:
change it to that KEEP_SOURCE: ;


Or the other way round.

auf hoffentlich bald,

Berni the Chaos of Woodquarter

Email: [EMAIL PROTECTED]
www: http://www.lysator.liu.se/~gz/bernhard


------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Mjpeg-users mailing list Mjpeg-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mjpeg-users



I tried your suggestion and was able to get past the lavpipe.c error only to encounter another error concerning picture.cc I am including this latest error messgae in the hope that you or possibly one of the other gurus on the list can shed some light on what is happening. Thank you.

Ron

g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../utils -mcpu=i686 -march=i686 -g -O2 -MT picture.lo -MD -MP -MF .deps/picture.Tpo -c picture.cc -fPIC -DPIC -o .libs/picture.o
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
picture.cc: In constructor `Picture::Picture(EncoderParams&, MPEG2Coder&, Quantizer&)':
picture.cc:86: error: array bound forbidden after parenthesized type-id
picture.cc:86: note: try removing the parentheses around the type-id
picture.cc:87: error: array bound forbidden after parenthesized type-id
picture.cc:87: note: try removing the parentheses around the type-id
picture.cc:88: error: array bound forbidden after parenthesized type-id
picture.cc:88: note: try removing the parentheses around the type-id
make[2]: *** [picture.lo] Error 1
make[2]: Leaving directory `/usr/src/mjpegtools-1.6.2/mpeg2enc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/mjpegtools-1.6.2'
make: *** [all] Error 2




-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to