[matroska] r1269 - trunk/libebml
[email protected] Mon, 22 Jan 2007 14:21:18 +0300 (MSK)
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4 Date: 2007-01-22 14:21:16 +0300 (Mon, 22 Jan 2007) New Revision: 1269 Modified: trunk/libebml/libebml.proj Log: don't use the debug(trace) class by default Modified: trunk/libebml/libebml.proj =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/libebml/libebml.proj 2007-01-19 10:15:08 UTC (rev 1268) +++ trunk/libebml/libebml.proj 2007-01-22 11:21:16 UTC (rev 1269) @@ -9,7 +9,7 @@ REDUCE_SIZE . FASTER_FLOAT . =20 - SOURCE src/Debug.cpp +// SOURCE src/Debug.cpp SOURCE src/EbmlBinary.cpp SOURCE src/EbmlContexts.cpp SOURCE src/EbmlCrc32.cpp @@ -33,7 +33,7 @@ SOURCE(TARGET_WIN) src/platform/win32/WinIOCallback.cpp =20 HEADER(TARGET_WIN) src/platform/win32/WinIOCallback.h - HEADER ebml/Debug.h +// HEADER ebml/Debug.h HEADER ebml/EbmlBinary.h HEADER ebml/EbmlConfig.h HEADER ebml/EbmlContexts.h