]> git.sesse.net Git - vlc/blobdiff - src/video_output/video_output.c
(p?)gettext -> vlc_\1gettext
[vlc] / src / video_output / video_output.c
index 02ba01048dd62ca39fdf1fa1ce8319ce8503e38a..3024eeda93841ba0154240a637d18e8c05b9a800 100644 (file)
@@ -2038,7 +2038,7 @@ static void DeinterlaceEnable( vout_thread_t *p_vout )
     for( int i = 0; p_deinterlace_mode[i].psz_mode; i++ )
     {
         val.psz_string  = (char*)p_deinterlace_mode[i].psz_mode;
-        text.psz_string = (char*)gettext(p_deinterlace_mode[i].psz_description);
+        text.psz_string = (char*)vlc_gettext(p_deinterlace_mode[i].psz_description);
         var_Change( p_vout, "deinterlace", VLC_VAR_ADDCHOICE, &val, &text );
     }
     var_AddCallback( p_vout, "deinterlace", DeinterlaceCallback, NULL );