1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
Rémi Duraffort
c40c90cf6f tsearch functions: check for the presence of search.h and replace tdestroy.
If search.h is present but not tdestroy: implement it based on others t* functions
If search.h and tdestroy are not present: implement every t* functions.
2010-12-07 14:37:16 +01:00
Rémi Duraffort
8b02394e5e t* remove the dependence to cdefs.h 2010-12-06 19:12:28 +01:00
Rémi Duraffort
1d69914ece tdestroy: fix compilation for system that does have search.h but not tdestroy. 2010-12-06 17:51:54 +01:00
Rémi Duraffort
c489a903fa Implement tsearch functions for systems that does not know about it. 2010-12-06 17:45:29 +01:00
Rémi Denis-Courmont
812f6667c9 Revert "compat: implement tdestroy (GNU extension not available on OpenBSD)."
This reverts commit 714d615571.

Conflicts:

	compat/tdestroy.c
	include/vlc_fixups.h
2010-01-06 14:23:10 +02:00
Rémi Duraffort
136ebd846f tdestroy: fix encoding. 2009-11-24 22:05:11 +01:00
Rémi Duraffort
714d615571 compat: implement tdestroy (GNU extension not available on OpenBSD). 2009-11-24 21:58:57 +01:00