]> git.sesse.net Git - vlc/commitdiff
Spatializer: add the remaining files, add a correct check in configure, fix dist
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 1 Sep 2007 12:27:48 +0000 (12:27 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 1 Sep 2007 12:27:48 +0000 (12:27 +0000)
configure.ac
modules/gui/qt4/Modules.am
modules/gui/qt4/components/extended_panels.hpp
modules/gui/qt4/ui/spatializer.ui [new file with mode: 0644]

index 540d5e38ee6da00eda48afd5fb14509c23b12b07..81a2d882c533c963ec954a14e45c07dfb2f08562 100644 (file)
@@ -587,7 +587,7 @@ AC_CHECK_LIB(m,cos,[
   VLC_ADD_LDFLAGS([adjust wave ripple psychedelic gradient a52tofloat32 dtstofloat32 x264 goom visual panoramix rotate noise grain],[-lm])
 ])
 AC_CHECK_LIB(m,pow,[
-  VLC_ADD_LDFLAGS([ffmpeg ffmpegaltivec stream_out_transrate i420_rgb faad twolame equalizer param_eq libvlc vorbis freetype mod mpc dmo quicktime realaudio galaktos opengl],[-lm])
+  VLC_ADD_LDFLAGS([ffmpeg ffmpegaltivec stream_out_transrate i420_rgb faad twolame equalizer spatializer param_eq libvlc vorbis freetype mod mpc dmo quicktime realaudio galaktos opengl],[-lm])
 ])
 AC_CHECK_LIB(m,sqrt,[
   VLC_ADD_LDFLAGS([headphone_channel_mixer normvol speex mono colorthres extract],[-lm])
index 9adcc1ba7b8be97dd9c7e75fab94ac4231abcfbd..9a73944f128fd8c8edfd8e049340e00774d3f0a1 100644 (file)
@@ -42,6 +42,7 @@ nodist_SOURCES_qt4 = \
                util/customwidgets.moc.cpp \
                resources.cpp \
                ui/equalizer.h \
+               ui/spatializer.h \
                ui/video_effects.h \
                ui/open_file.h \
                ui/open_disk.h \
@@ -151,6 +152,7 @@ noinst_HEADERS = \
 EXTRA_DIST += \
        res.qrc \
        ui/equalizer.ui \
+       ui/spatializer.ui \
        ui/video_effects.ui \
        ui/open_file.ui \
        ui/open_disk.ui \
index f22779bb9d7fdf617906fc89f6bc6bd5743cf4ab..ec382969e714a2c1d1d9d776ed0e607d6e7ce304 100644 (file)
@@ -29,7 +29,7 @@
 
 #include "ui/equalizer.h"
 #include "ui/video_effects.h"
-//#include "ui/spatializer.h"
+#include "ui/spatializer.h"
 
 #define BANDS 10
 #define NUM_SP_CTRL 5
diff --git a/modules/gui/qt4/ui/spatializer.ui b/modules/gui/qt4/ui/spatializer.ui
new file mode 100644 (file)
index 0000000..f4899af
--- /dev/null
@@ -0,0 +1,53 @@
+<ui version="4.0" >
+ <class>SpatializerWidget</class>
+ <widget class="QWidget" name="SpatializerWidget" >
+  <property name="geometry" >
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>409</width>
+    <height>299</height>
+   </rect>
+  </property>
+  <property name="windowTitle" >
+   <string>Form</string>
+  </property>
+  <widget class="QCheckBox" name="enableCheck" >
+   <property name="geometry" >
+    <rect>
+     <x>30</x>
+     <y>10</y>
+     <width>91</width>
+     <height>23</height>
+    </rect>
+   </property>
+   <property name="text" >
+    <string>_("Enable")</string>
+   </property>
+  </widget>
+  <widget class="QWidget" name="horizontalLayout" >
+   <property name="geometry" >
+    <rect>
+     <x>10</x>
+     <y>40</y>
+     <width>391</width>
+     <height>251</height>
+    </rect>
+   </property>
+   <layout class="QHBoxLayout" >
+    <item>
+     <widget class="QFrame" name="frame" >
+      <property name="frameShape" >
+       <enum>QFrame::StyledPanel</enum>
+      </property>
+      <property name="frameShadow" >
+       <enum>QFrame::Raised</enum>
+      </property>
+     </widget>
+    </item>
+   </layout>
+  </widget>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>