X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmissing.c;h=06c2b1b19de0ba47cacc8fdb069090af26356ba8;hb=a0bc270c37df7f28c5d9fa2f5070f3c5638a6efc;hp=d6a38fc096cc4b54b50c53e07b2c9e7fa1c1a97e;hpb=e923b2b84a08925b5b5cdd2113063eeaaff3e7bb;p=vlc diff --git a/src/missing.c b/src/missing.c index d6a38fc096..06c2b1b19d 100644 --- a/src/missing.c +++ b/src/missing.c @@ -294,9 +294,10 @@ char *vlc_sdp_Start (vlc_object_t *obj, const char *cfg, { return NULL; } +#endif /* !ENABLE_SOUT */ -# ifndef ENABLE_VLM -# include +#ifndef ENABLE_VLM +# include int vlm_Control (vlm_t *vlm, int query, ...) { @@ -333,6 +334,4 @@ vlm_t *__vlm_New (vlc_object_t *obj) msg_Err (obj, "VLM not compiled-in!"); return NULL; } - -# endif /* !ENABLE_VLM */ -#endif /* !ENABLE_SOUT */ +#endif /* !ENABLE_VLM */