X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_demux.h;h=e7a39da157c48b290f7111d814864dbe14503581;hb=79bc7d59facaeafe140ecc924b04c9cb6310df61;hp=1f8e25f92c17fba6cc335aa28d72069f6b5e8010;hpb=57bbabb5e7c4b33141fdfbd811c78120e2401a9f;p=vlc diff --git a/include/vlc_demux.h b/include/vlc_demux.h index 1f8e25f92c..e7a39da157 100644 --- a/include/vlc_demux.h +++ b/include/vlc_demux.h @@ -21,10 +21,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 - #ifndef _VLC_DEMUX_H #define _VLC_DEMUX_H 1 @@ -108,7 +104,7 @@ enum demux_query_e DEMUX_SET_GROUP, /* arg1= int can fail */ /* Ask the demux to demux until the given date at the next pf_demux call - * but not more (and not less, at the precision avaiable of course). + * but not more (and not less, at the precision available of course). * XXX: not mandatory (except for subtitle demux) but I will help a lot * for multi-input */