[xiph-commits] r8413 -
trunk/oggdsf/src/lib/core/directshow/dsfOggDemux
illiminable at motherfish-iii.xiph.org
illiminable at motherfish-iii.xiph.org
Wed Dec 15 04:15:47 PST 2004
Author: illiminable
Date: 2004-12-15 04:15:47 -0800 (Wed, 15 Dec 2004)
New Revision: 8413
Modified:
trunk/oggdsf/src/lib/core/directshow/dsfOggDemux/HTTPOggSeeking.cpp
trunk/oggdsf/src/lib/core/directshow/dsfOggDemux/OggDemuxer.cpp
Log:
Make it build
Modified: trunk/oggdsf/src/lib/core/directshow/dsfOggDemux/HTTPOggSeeking.cpp
===================================================================
--- trunk/oggdsf/src/lib/core/directshow/dsfOggDemux/HTTPOggSeeking.cpp 2004-12-15 11:45:53 UTC (rev 8412)
+++ trunk/oggdsf/src/lib/core/directshow/dsfOggDemux/HTTPOggSeeking.cpp 2004-12-15 12:15:47 UTC (rev 8413)
@@ -1,4 +1,4 @@
-//#include "StdAfx.h"
+#include "StdAfx.h"
//#include ".\httpoggseeking.h"
//
//HTTPOggSeeking::HTTPOggSeeking(CachedHTTPFileSource* inDataSource)
Modified: trunk/oggdsf/src/lib/core/directshow/dsfOggDemux/OggDemuxer.cpp
===================================================================
--- trunk/oggdsf/src/lib/core/directshow/dsfOggDemux/OggDemuxer.cpp 2004-12-15 11:45:53 UTC (rev 8412)
+++ trunk/oggdsf/src/lib/core/directshow/dsfOggDemux/OggDemuxer.cpp 2004-12-15 12:15:47 UTC (rev 8413)
@@ -1,4 +1,4 @@
-//#include "StdAfx.h"
+#include "StdAfx.h"
//#include ".\oggdemuxer.h"
//
//OggDemuxer::OggDemuxer(void)
More information about the commits
mailing list