From 3363622a63a112ffc2cf3bfde1c807c3ff8f32a6 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 10 Feb 2013 17:31:43 +0000 Subject: updated qmake support git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3220 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/Input.pro | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/plugins/Input/Input.pro b/src/plugins/Input/Input.pro index d759279fe..00fabe618 100644 --- a/src/plugins/Input/Input.pro +++ b/src/plugins/Input/Input.pro @@ -16,7 +16,11 @@ contains(CONFIG, MODPLUG_PLUGIN){ } contains(CONFIG, FFMPEG_PLUGIN){ - SUBDIRS += ffmpeg + contains(CONFIG, FFMPEG_LEGACY){ + SUBDIRS += ffmpeg_legacy + }else{ + SUBDIRS += ffmpeg + } } unix{ -- cgit v1.2.3-13-gbd6f