[Mplayer-cvslog] CVS: main/loader/DirectShow Makefile,1.5,1.6 default.h,1.1.1.1,1.2

GEREOFFY arpi_esp at users.sourceforge.net
Sun Jun 3 02:31:43 CEST 2001


Update of /cvsroot/mplayer/main/loader/DirectShow
In directory usw-pr-cvs1:/tmp/cvs-serv11294/loader/DirectShow

Modified Files:
	Makefile default.h 
Log Message:
FreeBSD support by Vladimir Kushnir vkushnir at Alfacom.net

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/loader/DirectShow/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** Makefile	2001/05/24 21:09:13	1.5
--- Makefile	2001/06/03 00:31:41	1.6
***************
*** 23,27 ****
  
  test:   test.c $(LIBNAME)
! 	$(CC) test.c -Wall $(CFLAGS) -o test -L. -lDS_Filter -L.. -lloader -ldl -lpthread -lstdc++
  
  all:	$(LIBNAME)
--- 23,27 ----
  
  test:   test.c $(LIBNAME)
! 	$(CC) test.c -Wall $(CFLAGS) -o test -L. -lDS_Filter -L.. -lloader $(ARCH_LIBS) -lstdc++
  
  all:	$(LIBNAME)

Index: default.h
===================================================================
RCS file: /cvsroot/mplayer/main/loader/DirectShow/default.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** default.h	2001/03/20 00:05:46	1.1.1.1
--- default.h	2001/06/03 00:31:41	1.2
***************
*** 1,7 ****
  #ifndef _DEFAULT_H
! #define _DEFAULT_H
! 
! #ifndef WIN32
  #include <stdint.h>
  #ifndef __WINE_WINDEF_H
  typedef long HRESULT;
--- 1,9 ----
  #ifndef _DEFAULT_H
! #define _DEFAULT_H
! 
! #ifndef WIN32
! #ifndef __FreeBSD__
  #include <stdint.h>
+ #endif
  #ifndef __WINE_WINDEF_H
  typedef long HRESULT;
***************
*** 13,17 ****
  typedef const unsigned short* LPCWSTR;
  typedef unsigned short* LPWSTR;
! typedef long long LONGLONG;
  #endif /* __WINE_WINDEF_H */
  typedef unsigned int offset_t;
--- 15,19 ----
  typedef const unsigned short* LPCWSTR;
  typedef unsigned short* LPWSTR;
! typedef long long LONGLONG;
  #endif /* __WINE_WINDEF_H */
  typedef unsigned int offset_t;
***************
*** 58,71 ****
  
  #define	ICERR_CUSTOM		-400
! 
! #else
! 
! /* '<Unknown'> has C-linkage specified, but returns UDT 'basic_string<char, struct ...' */
! #pragma warning (disable: 4190)
! 
! /* 'std::_Tree(std::basic_string<... ': identifier was truncated to '255' characters in the debug information */
! #pragma warning (disable: 4786)
! 
! /* 'unsigned char': forcing value to bool 'true' or 'false' */
  #pragma warning (disable: 4800)
  typedef __int64 int64_t;
--- 60,73 ----
  
  #define	ICERR_CUSTOM		-400
! 
! #else
! 
! /* '<Unknown'> has C-linkage specified, but returns UDT 'basic_string<char, struct ...' */
! #pragma warning (disable: 4190)
! 
! /* 'std::_Tree(std::basic_string<... ': identifier was truncated to '255' characters in the debug information */
! #pragma warning (disable: 4786)
! 
! /* 'unsigned char': forcing value to bool 'true' or 'false' */
  #pragma warning (disable: 4800)
  typedef __int64 int64_t;


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list