diff playsound/physfsrwops.c @ 479:35dfa9d9782e

Fixed automake nonsense.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 12 Nov 2004 08:04:00 +0000
parents d8c0315deba9
children 50bb9a6cebfe
line wrap: on
line diff
--- a/playsound/physfsrwops.c	Thu Jul 29 09:26:14 2004 +0000
+++ b/playsound/physfsrwops.c	Fri Nov 12 08:04:00 2004 +0000
@@ -19,6 +19,8 @@
  *  This file was written by Ryan C. Gordon. (icculus@clutteredmind.org).
  */
 
+#if SUPPORT_PHYSFS
+
 #include <stdio.h>  /* used for SEEK_SET, SEEK_CUR, SEEK_END ... */
 #include "physfsrwops.h"
 
@@ -187,6 +189,7 @@
     return(create_rwops(PHYSFS_openAppend(fname)));
 } /* PHYSFSRWOPS_openAppend */
 
+#endif
 
 /* end of physfsrwops.c ... */