diff options
author | nplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-27 02:44:06 +0000 |
---|---|---|
committer | nplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-27 02:44:06 +0000 |
commit | fc59977ac98900f763e1151bfce410c6b3d0c85b (patch) | |
tree | dfc65c5bc4d33e335fcef43afd05eb16b858e2d0 /help | |
parent | d4e86e6a118caa64353991a399962ae58c3a901d (diff) |
fix compilation for win32 dll codec support for intel osx
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21306 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r-- | help/help_mp-en.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h index 6c1bab93b3..39dfa495f5 100644 --- a/help/help_mp-en.h +++ b/help/help_mp-en.h @@ -1924,6 +1924,11 @@ static char help_text[]= "[VO_XV] See 'mplayer -vo help' for other (non-xv) video out drivers.\n"\ "[VO_XV] Try -vo x11.\n" + +// loader/ldt_keeper.c + +#define MSGTR_LOADER_DYLD_Warning "WARNING: Attempting to use DLL codecs but environment variable DYLD_BIND_AT_LAUNCH not set.\nThis will likely crash.\n" + // stream/stream_radio.c #define MSGTR_RADIO_ChannelNamesDetected "[radio] Radio channel names detected.\n" |