diff options
Diffstat (limited to 'src/input')
| -rw-r--r-- | src/input/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am index b8a919d45..943be4195 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -103,6 +103,7 @@ xineplug_inp_stdin_fifo_la_SOURCES = input_stdin_fifo.c net_buf_ctrl.c xineplug_inp_stdin_fifo_la_LIBADD = $(XINE_LIB) $(PTHREAD_LIBS) $(LTLIBINTL) xineplug_inp_rtp_la_SOURCES = input_rtp.c net_buf_ctrl.c +xineplug_inp_rtp_la_CFLAGS = $(AM_CFLAGS) -fno-strict-aliasing xineplug_inp_rtp_la_LIBADD = $(XINE_LIB) $(NET_LIBS) $(PTHREAD_LIBS) $(LTLIBINTL) xineplug_inp_http_la_SOURCES = input_http.c net_buf_ctrl.c http_helper.c |
