Browse Source

Specify mp3 file support on "make features"

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.3.0-RC1
falkTX 3 years ago
parent
commit
677f16cf01
2 changed files with 10 additions and 0 deletions
  1. +1
    -0
      Makefile.print.mk
  2. +9
    -0
      resources/ui/carla_about.ui

+ 1
- 0
Makefile.print.mk View File

@@ -199,6 +199,7 @@ ifeq ($(HAVE_SNDFILE),true)
else else
@printf -- "Basic: $(ANS_NO) $(mS)libsndfile missing$(mE)\n" @printf -- "Basic: $(ANS_NO) $(mS)libsndfile missing$(mE)\n"
endif endif
@printf -- "MP3: $(ANS_YES)\n"
ifeq ($(HAVE_FFMPEG),true) ifeq ($(HAVE_FFMPEG),true)
@printf -- "Extra: $(ANS_YES)\n" @printf -- "Extra: $(ANS_YES)\n"
else else


+ 9
- 0
resources/ui/carla_about.ui View File

@@ -101,9 +101,18 @@
<property name="text"> <property name="text">
<string>Extended licensing here</string> <string>Extended licensing here</string>
</property> </property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
<property name="wordWrap"> <property name="wordWrap">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="margin">
<number>1</number>
</property>
<property name="indent">
<number>1</number>
</property>
</widget> </widget>
</item> </item>
</layout> </layout>


Loading…
Cancel
Save