mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
Remove vestigal code (#121174)
Original commit message from CVS: Remove vestigal code (#121174)
This commit is contained in:
parent
7742e4797f
commit
168cee585f
1 changed files with 0 additions and 11 deletions
|
@ -20,17 +20,6 @@
|
|||
|
||||
#include <riff.h>
|
||||
|
||||
/*#define debug(format,args...) g_print(format,##args) */
|
||||
|
||||
#ifdef G_HAVE_ISO_VARARGS
|
||||
|
||||
#define debug(...)
|
||||
|
||||
#elif defined(G_HAVE_GNUC_VARARGS)
|
||||
|
||||
#define debug(format,args...)
|
||||
|
||||
#endif
|
||||
|
||||
gulong gst_riff_fourcc_to_id(gchar *fourcc) {
|
||||
g_return_val_if_fail(fourcc != NULL, 0);
|
||||
|
|
Loading…
Reference in a new issue