summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-01-05 11:16:26 +0000
committerLudovic Courtès <ludo@gnu.org>2010-01-05 11:16:26 +0000
commit91d825d620a4f1174ae11378ee2ae2465544aa81 (patch)
tree1a60047abff45f3d5a6d5cf7bc6fe9d24003712f /pkgs/development
parente9bb8f666a0c205f75f7f2ceeddcaa77d77fa91e (diff)
downloadnixlib-91d825d620a4f1174ae11378ee2ae2465544aa81.tar
nixlib-91d825d620a4f1174ae11378ee2ae2465544aa81.tar.gz
nixlib-91d825d620a4f1174ae11378ee2ae2465544aa81.tar.bz2
nixlib-91d825d620a4f1174ae11378ee2ae2465544aa81.tar.lz
nixlib-91d825d620a4f1174ae11378ee2ae2465544aa81.tar.xz
nixlib-91d825d620a4f1174ae11378ee2ae2465544aa81.tar.zst
nixlib-91d825d620a4f1174ae11378ee2ae2465544aa81.zip
libmpeg2: Build the shared library.
svn path=/nixpkgs/trunk/; revision=19215
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/mpeg2dec/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/mpeg2dec/default.nix b/pkgs/development/libraries/mpeg2dec/default.nix
index 684301b939dc..8b29deba56f9 100644
--- a/pkgs/development/libraries/mpeg2dec/default.nix
+++ b/pkgs/development/libraries/mpeg2dec/default.nix
@@ -8,6 +8,8 @@ stdenv.mkDerivation {
     sha256 = "1vny7rg0p2rmic71hli2l2612i5yaw8vy0wsnm5nvhwfiw37cjn7";
   };
 
+  configureFlags = "--enable-shared --disable-static";
+
   meta = {
     homepage = http://libmpeg2.sourceforge.net/;
     description = "A free library for decoding mpeg-2 and mpeg-1 video streams";