X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_main.h;h=1d1810efedf393ec2fe3eccb6485a24d594fbb18;hb=5ebacd11d10f9acc39afc0b3d41beb280eaac293;hp=c67281f031ae84c82d5f6ba44ab49b84c7fdccc8;hpb=59dec65d5fe153565ea8705767874a2d876d2103;p=vlc diff --git a/include/vlc_main.h b/include/vlc_main.h index c67281f031..1d1810efed 100644 --- a/include/vlc_main.h +++ b/include/vlc_main.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 - TYPEDEF_ARRAY(input_item_t*, input_item_array_t); /*****************************************************************************