r1397 - /unstable/ffmpeg-debian/debian/rules
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Tue Aug 26 14:39:33 UTC 2008
Author: lool
Date: Tue Aug 26 14:39:32 2008
New Revision: 1397
URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1397
Log:
Ups flip logic and strip when internalencoders isn't set!
Modified:
unstable/ffmpeg-debian/debian/rules
Modified: unstable/ffmpeg-debian/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/ffmpeg-debian/debian/rules?rev=1397&op=diff
==============================================================================
--- unstable/ffmpeg-debian/debian/rules (original)
+++ unstable/ffmpeg-debian/debian/rules Tue Aug 26 14:39:32 2008
@@ -64,7 +64,7 @@
# strip patented code
chmod +x debian/strip.sh
sh debian/get-orig-source.sh -r{$(SVN_VERSION)} \
- $(if $(internalencoders), -c $(CURDIR)/debian/strip.sh,) \
+ $(if $(internalencoders),, -c $(CURDIR)/debian/strip.sh) \
-o ../ffmpeg-debian_$(UPSTREAM_VERSION).orig.tar.gz
define install_flavor
More information about the pkg-multimedia-commits
mailing list