From afb976279c065268d69ef2d7d26ff6efb0fd73b0 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Tue, 12 Feb 2008 23:16:21 +0000 Subject: [PATCH] configure.ac: Generate the directshow Makefiles so that the directories get disted. Still needs some configure time d... Original commit message from CVS: * configure.ac: Generate the directshow Makefiles so that the directories get disted. Still needs some configure time detection to enable building them under MingW. --- ChangeLog | 7 +++++++ configure.ac | 3 +++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 93d931e3f3..9cf452f40f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-02-12 Jan Schmidt + + * configure.ac: + Generate the directshow Makefiles so that the directories + get disted. Still needs some configure time detection to enable + building them under MingW. + 2008-02-12 Jan Schmidt * ext/metadata/Makefile.am: diff --git a/configure.ac b/configure.ac index 0ba3ddf917..4cd49ceee8 100644 --- a/configure.ac +++ b/configure.ac @@ -1059,7 +1059,10 @@ gst/y4m/Makefile gst-libs/Makefile gst-libs/gst/Makefile gst-libs/gst/app/Makefile +gst-libs/gst/dshow/Makefile sys/Makefile +sys/dshowdecwrapper/Makefile +sys/dshowsrcwrapper/Makefile sys/fbdev/Makefile sys/dvb/Makefile sys/qtwrapper/Makefile