]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/Modules.am
macosx: removed 'erase logo' from the video effects panel and moved 'add logo' to...
[vlc] / modules / gui / macosx / Modules.am
index d3e68e94c1a59795430c09e877c42557c4f6d437..9e02d71230b8d12fbef6087d5a80c480ab72f0b6 100644 (file)
@@ -4,18 +4,27 @@
 LIBTOOL=@LIBTOOL@ --tag=CC
 
 SOURCES_macosx = \
+       CompatibilityFixes.h \
        AppleRemote.h \
        AppleRemote.m \
+       SPInvocationGrabbing.h \
+       SPInvocationGrabbing.m \
+       SPMediaKeyTap.h \
+       SPMediaKeyTap.m \
+       MainMenu.h \
+       MainMenu.m \
+       MainWindow.h \
+       MainWindow.m \
+       CoreInteraction.h \
+       CoreInteraction.m \
        about.h \
        about.m \
        applescript.h \
        applescript.m \
        controls.h \
        controls.m \
-       equalizer.m \
-       equalizer.h \
-       interaction.m \
-       interaction.h \
+       coredialogs.m \
+       coredialogs.h \
        intf.m \
        intf.h \
        macosx.m \
@@ -35,23 +44,30 @@ SOURCES_macosx = \
        simple_prefs.m \
        output.h \
        output.m \
-       update.m \
-       update.h \
-       vout.m \
-       voutqt.m \
-       voutgl.m \
-       vout.h \
        wizard.h \
        wizard.m \
-       extended.h \
-       extended.m \
+       AudioEffects.h \
+       AudioEffects.m \
+       TrackSynchronization.h \
+       TrackSynchronization.m \
+       VideoEffects.h \
+       VideoEffects.m \
        bookmarks.h \
        bookmarks.m \
        embeddedwindow.h \
        embeddedwindow.m \
+       PXSourceList.h \
+       PXSourceList.m \
+       PXSourceListDataSource.h \
+       PXSourceListDelegate.h \
+       SideBarItem.h \
+       SideBarItem.m \
        fspanel.m \
        fspanel.h \
        eyetv.h \
        eyetv.m \
+       vout.h \
+       vout.m \
+       voutgl.m \
        $(NULL)