Commit 6a43ab99 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* BeOS fixes by Cian Duffy

parent afa15647
......@@ -265,6 +265,8 @@ case "${target_os}" in
VLC_ADD_CXXFLAGS([beos],[])
VLC_ADD_LDFLAGS([vlc logger],[-lbe])
VLC_ADD_LDFLAGS([beos],[-lbe -lmedia -ltranslation -ltracker -lgame])
VLC_ADD_LDFLAGS([dvdnav dvdread],[-ldl])
LDFLAGS_save="${LDFLAGS_save} -lintl"; LDFLAGS="${LDFLAGS_save}"
dnl Check for BONE
if test -f /boot/beos/system/lib/libbind.so; then
......
......@@ -51,7 +51,7 @@
# define lstat( a, b ) stat(a, b)
#endif
#ifdef __APPLE__
#if defined( __APPLE__ ) || defined( __BEOS__ )
/* Define this if the OS always use UTF-8 internally */
# define ASSUME_UTF8 1
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment