Commit 4be2f039 authored by Falco Peijnenburg's avatar Falco Peijnenburg Committed by Joerg Thalheim
Browse files

clementine: Added gst-libav plugin

Fixes regression introduced in 0322f663 that made clementine unable
to play m4a files.

(cherry picked from commit 16bfe585)
parent 2f472ca6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1383,7 +1383,7 @@ with pkgs;
  clementine = callPackage ../applications/audio/clementine {
    boost = boost155;
    gst_plugins =
      with gst_all_1; [ gst-plugins-base gst-plugins-good gst-plugins-ugly ];
      with gst_all_1; [ gst-plugins-base gst-plugins-good gst-plugins-ugly gst-libav ];
  };
  clementineFree = clementine.free;