After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 102347 - slurped ffmpeg code do not dist
slurped ffmpeg code do not dist
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-01-02 14:38 UTC by Christian Fredrik Kalager Schaller
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2003-01-02 14:38:43 UTC
(cd $subdir && \
      make  \
        top_distdir="." \
        distdir=../../../../gst-plugins-0.5.0.1/gst-libs/ext/ffmpeg/$subdir \
        distdir) \
      || exit 1; \
  fi; \
done
make[4]: Entering directory
`/home/cschalle/gst-plugins/gst-libs/ext/ffmpeg/ffmpeg'
make[4]: *** No rule to make target `distdir'.  Stop.
make[4]: Leaving directory
`/home/cschalle/gst-plugins/gst-libs/ext/ffmpeg/ffmpeg'
make[3]: *** [distdir] Error 1
make[3]: Leaving directory `/home/cschalle/gst-plugins/gst-libs/ext/ffmpeg'
make[2]: *** [distdir] Error 1
make[2]: Leaving directory `/home/cschalle/gst-plugins/gst-libs/ext'
make[1]: *** [distdir] Error 1
make[1]: Leaving directory `/home/cschalle/gst-plugins/gst-libs'
make: *** [distdir] Error 1
Comment 1 Christian Fredrik Kalager Schaller 2003-01-08 14:17:30 UTC
It now dists. even if I can't build rpms :)