Hello Ross.

Do you think it is possible to add the following lines to each cpp file of your Live555 library:

#include "CustomHeaderBegin.hh" // first of any other #include
....
#include "CustomHeaderEnd.hh" // after your last #include

and add these two empty files to your library?

   I'd find them very convenient to:
- include debugging structures and custom stuff everywhere, avoiding makefile editing; - download your newest release, avoiding manual or automatic (anyway repetitive) editing.


Thank you,

   Renato MAURO


----- Original Message ----- From: "Ross Finlayson" <[email protected]> To: "LIVE555 Streaming Media - development & use" <[email protected]>
Sent: Tuesday, May 19, 2009 3:23 AM
Subject: Re: [Live-devel] NetCommon.hh and UsageEnvironment.hh


Could you confirm that NetCommon.hh is included in every cpp file of Live555? And UsageEnvironment.hh?

Most, but not all. There are a few 'pure library' files - like "Base64.cpp" - that don't refer to "Medium" or "UsageEnvironment" objects - that don't include these.
--

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
[email protected]
http://lists.live555.com/mailman/listinfo/live-devel



_______________________________________________
live-devel mailing list
[email protected]
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to