summary refs log tree commit diff
path: root/pkgs/applications/video/MPlayer/win32codecs/default.fix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/video/MPlayer/win32codecs/default.fix')
-rw-r--r--pkgs/applications/video/MPlayer/win32codecs/default.fix10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/applications/video/MPlayer/win32codecs/default.fix b/pkgs/applications/video/MPlayer/win32codecs/default.fix
new file mode 100644
index 00000000000..699875ae159
--- /dev/null
+++ b/pkgs/applications/video/MPlayer/win32codecs/default.fix
@@ -0,0 +1,10 @@
+{stdenv, fetchurl}: derivation {
+  name = "win32codecs-1";
+  system = stdenv.system;
+  builder = ./builder.sh;
+  src = fetchurl {
+    url = http://www2.mplayerhq.hu/MPlayer/releases/codecs/extralite.tar.bz2;
+    md5 = "4748ecae87f71e8bda9cb2e2a9bd30b4";
+  };
+  stdenv = stdenv;
+}