updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / lighttpd-h264 / lighttpd-1.4.28-Makefile.am-h264-streaming.patch
blob2cae9eae355c3c208f9a44370e83fe7124e09b04
1 --- lighttpd-1.4.27-build/src/Makefile.am 2010-08-11 16:44:17.000000000 -0400
2 +++ lighttpd-1.4.27/src/Makefile.am 2010-08-23 10:10:57.152530061 -0400
3 @@ -100,6 +100,20 @@
4 mod_flv_streaming_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
5 mod_flv_streaming_la_LIBADD = $(common_libadd)
7 +lib_LTLIBRARIES += mod_h264_streaming.la
8 +mod_h264_streaming_la_SOURCES = mod_h264_streaming.c \
9 + mod_streaming_export.h \
10 + moov.c moov.h \
11 + mp4_io.c mp4_io.h \
12 + mp4_reader.c mp4_reader.h \
13 + mp4_writer.c mp4_writer.h \
14 + mp4_process.c mp4_process.h \
15 + output_bucket.c output_bucket.h \
16 + output_mp4.c output_mp4.h
17 +mod_h264_streaming_la_CFLAGS = $(AM_CFLAGS) -DBUILDING_H264_STREAMING
18 +mod_h264_streaming_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
19 +mod_h264_streaming_la_LIBADD = $(common_libadd)
21 lib_LTLIBRARIES += mod_evasive.la
22 mod_evasive_la_SOURCES = mod_evasive.c
23 mod_evasive_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined