Commit a0bc270c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix --disable-vlm --enable-sout

parent e923b2b8
...@@ -294,9 +294,10 @@ char *vlc_sdp_Start (vlc_object_t *obj, const char *cfg, ...@@ -294,9 +294,10 @@ char *vlc_sdp_Start (vlc_object_t *obj, const char *cfg,
{ {
return NULL; return NULL;
} }
#endif /* !ENABLE_SOUT */
# ifndef ENABLE_VLM #ifndef ENABLE_VLM
# include <vlc_vlm.h> # include <vlc_vlm.h>
int vlm_Control (vlm_t *vlm, int query, ...) int vlm_Control (vlm_t *vlm, int query, ...)
{ {
...@@ -333,6 +334,4 @@ vlm_t *__vlm_New (vlc_object_t *obj) ...@@ -333,6 +334,4 @@ vlm_t *__vlm_New (vlc_object_t *obj)
msg_Err (obj, "VLM not compiled-in!"); msg_Err (obj, "VLM not compiled-in!");
return NULL; return NULL;
} }
#endif /* !ENABLE_VLM */
# endif /* !ENABLE_VLM */
#endif /* !ENABLE_SOUT */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment