wcap: Commit Makefile.am
authorKristian Høgsberg <krh@bitplanet.net>
Sat, 26 May 2012 01:32:58 +0000 (21:32 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Sat, 26 May 2012 01:32:58 +0000 (21:32 -0400)
wcap/Makefile.am [new file with mode: 0644]

diff --git a/wcap/Makefile.am b/wcap/Makefile.am
new file mode 100644 (file)
index 0000000..7dca7e9
--- /dev/null
@@ -0,0 +1,30 @@
+bin_PROGRAMS = wcap-decode wcap-snapshot
+
+wcap_decode_SOURCES =                          \
+       args.c                                  \
+       args.h                                  \
+       EbmlIDs.h                               \
+       EbmlWriter.c                            \
+       EbmlWriter.h                            \
+       mem_ops_aligned.h                       \
+       mem_ops.h                               \
+       tools_common.c                          \
+       tools_common.h                          \
+       vpxenc.c                                \
+       vpx_timer.h                             \
+       y4minput.c                              \
+       y4minput.h                              \
+       wcap-decode.c                           \
+       wcap-decode.h
+
+wcap_decode_CPPFLAGS = -DCONFIG_VP8_ENCODER=1
+wcap_decode_CFLAGS = $(WCAP_CFLAGS)
+wcap_decode_LDADD = $(WCAP_LIBS)
+
+wcap_snapshot_SOURCES =                                \
+       wcap-snapshot.c                         \
+       wcap-decode.c                           \
+       wcap-decode.h
+
+wcap_snapshot_CFLAGS = $(WCAP_CFLAGS)
+wcap_snapshot_LDADD = $(WCAP_LIBS)