Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SAT>IP sever: fix the compilation when satip server is not enabled, f…
…ixes #3801
  • Loading branch information
perexg committed May 13, 2016
1 parent af3b3de commit daf2f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/satip/server.h
Expand Up @@ -105,7 +105,7 @@ static inline int satip_server_match_uuid(const char *uuid) { return 0; }

static inline void satip_server_config_changed(void) { };

static inline void satip_server_init(int rtsp_port) { };
static inline void satip_server_init(const char *bindaddr, int rtsp_port) { };
static inline void satip_server_register(void) { };
static inline void satip_server_done(void) { };

Expand Down

0 comments on commit daf2f88

Please sign in to comment.