GNOME Bugzilla – Bug 723748
A few source files in the 0.5.8 tarball are marked executable
Last modified: 2014-05-09 12:43:33 UTC
./tests/test-filter.c ./gst-libs/gst/vaapi/gstvaapifilter.c ./gst-libs/gst/vaapi/gstvaapifilter.h in the 0.5.8 tarball and in git master are marked executable in error; I found this while packaging up gstreamer-vaapi for GStreamer 1.x in Fedora 20. Patch to follow.
Created attachment 268277 [details] [review] [PATCH] Fix source file modes A few source files are marked executable in error - fix them Signed-off-by: Simon Farnsworth <simon.farnsworth@onelan.co.uk> --- gst-libs/gst/vaapi/gstvaapifilter.c | 0 gst-libs/gst/vaapi/gstvaapifilter.h | 0 tests/test-filter.c | 0 3 files changed, 0 insertions(+), 0 deletions(-)
commit c4cd8e2b36ddf28412a517d94c158c958869be2c Author: Simon Farnsworth <simon.farnsworth@onelan.co.uk> Date: Thu Feb 6 11:14:09 2014 +0000 build: fix source file modes. A few source files are marked executable in error - fix them https://bugzilla.gnome.org/show_bug.cgi?id=723748 Signed-off-by: Simon Farnsworth <simon.farnsworth@onelan.co.uk>