X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_iso_lang.h;h=44823e4eda4ce3ccc080df98f91d92ad6e214e2d;hb=5d313c65e44d8963262fdbc5d5d52f5169f3f787;hp=ed984e561e2bd9cf5a70e89dd33460cc81a339d0;hpb=562773d60e1775780f5fb301670b8d515f0612d3;p=vlc diff --git a/include/vlc_iso_lang.h b/include/vlc_iso_lang.h index ed984e561e..44823e4eda 100644 --- a/include/vlc_iso_lang.h +++ b/include/vlc_iso_lang.h @@ -22,10 +22,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ -#if !defined( __LIBVLC__ ) - #error You are not libvlc or one of its plugins. You cannot include this file -#endif - struct iso639_lang_t { const char * psz_eng_name; /* Description in English */ @@ -41,7 +37,6 @@ extern "C" { VLC_EXPORT( const iso639_lang_t *, GetLang_1, ( const char * ) ); VLC_EXPORT( const iso639_lang_t *, GetLang_2T, ( const char * ) ); VLC_EXPORT( const iso639_lang_t *, GetLang_2B, ( const char * ) ); -VLC_EXPORT( const char *, DecodeLanguage, ( uint16_t ) ); #if defined( __cplusplus ) } #endif