diff options
author | Robin KAY <komadori@users.sourceforge.net> | 2003-06-13 23:05:35 +0000 |
---|---|---|
committer | Robin KAY <komadori@users.sourceforge.net> | 2003-06-13 23:05:35 +0000 |
commit | 2e6e8eabee65425e2d0a9f45d0bf2b224c6b8406 (patch) | |
tree | 87779c343d9a00c741bd42724bdb4c7a5a427f16 /src/xine-utils/xineutils.h | |
parent | 31c254d8521db8c3f05a2ede1ee2ffc92436c897 (diff) | |
download | xine-lib-2e6e8eabee65425e2d0a9f45d0bf2b224c6b8406.tar.gz xine-lib-2e6e8eabee65425e2d0a9f45d0bf2b224c6b8406.tar.bz2 |
Make deinterlacer plugin compile on Solaris. Remove defunct code from xine-utils.
CVS patchset: 5040
CVS date: 2003/06/13 23:05:35
Diffstat (limited to 'src/xine-utils/xineutils.h')
-rw-r--r-- | src/xine-utils/xineutils.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h index 5ef3c3e08..337c12a8e 100644 --- a/src/xine-utils/xineutils.h +++ b/src/xine-utils/xineutils.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xineutils.h,v 1.52 2003/06/03 03:33:16 miguelfreitas Exp $ + * $Id: xineutils.h,v 1.53 2003/06/13 23:05:35 komadori Exp $ * */ #ifndef XINEUTILS_H @@ -55,10 +55,6 @@ extern "C" { #include <stdio.h> #include <string.h> -#if defined(__SUNPRO_C) || !defined(XINE_COMPILE) -#define inline -#endif - /* * debugable mutexes */ |