diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-11 18:18:36 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-11 18:18:36 +0000 |
commit | 5d57633278f94502e2cb48195edad3e3aab80a02 (patch) | |
tree | 922501eeec3fdbd1db8b6721100e52f57886770b /gst-libs | |
parent | d83150b709b4bf6dbca61a395d9871d56c643979 (diff) |
this actually seems to work well
Original commit message from CVS:
this actually seems to work well
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/ext/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gst-libs/ext/Makefile.am b/gst-libs/ext/Makefile.am index 2e709be..b91d01c 100644 --- a/gst-libs/ext/Makefile.am +++ b/gst-libs/ext/Makefile.am @@ -1 +1,5 @@ -SUBDIRS = ffmpeg +SUBDIRS = +DIST_SUBDIRS = ffmpeg + +all-local: + cd ffmpeg && make |