From ac87bfc370ec15c9c81f8738659fb2582b14b792 Mon Sep 17 00:00:00 2001 From: Jeremy Simon Date: Thu, 28 Feb 2002 21:10:42 +0000 Subject: adding modplug Original commit message from CVS: adding modplug --- gst/modplug/libmodplug/load_j2b.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 gst/modplug/libmodplug/load_j2b.cpp (limited to 'gst/modplug/libmodplug/load_j2b.cpp') diff --git a/gst/modplug/libmodplug/load_j2b.cpp b/gst/modplug/libmodplug/load_j2b.cpp new file mode 100644 index 00000000..2d86ce82 --- /dev/null +++ b/gst/modplug/libmodplug/load_j2b.cpp @@ -0,0 +1,15 @@ +/* + * This source code is public domain. + * + * Authors: Olivier Lapicque +*/ + + +/////////////////////////////////////////////////// +// +// J2B module loader +// +/////////////////////////////////////////////////// +#include "stdafx.h" +#include "sndfile.h" + -- cgit v1.2.1