Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
d4e913a6
Commit
d4e913a6
authored
Jan 20, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: fix compilation with ML
parent
3a94d061
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
8 deletions
+3
-8
configure.ac
configure.ac
+1
-1
modules/gui/qt4/Modules.am
modules/gui/qt4/Modules.am
+2
-7
No files found.
configure.ac
View file @
d4e913a6
...
...
@@ -4239,7 +4239,7 @@ if test "${enable_media_library}" == "yes"; then
VLC_ADD_PLUGIN([media_library])
fi
fi
AM_CONDITIONAL([ENABLE_MEDIA_LIBRARY], [test "${enable_media_library}"
!= "no
"])
AM_CONDITIONAL([ENABLE_MEDIA_LIBRARY], [test "${enable_media_library}"
= "yes
"])
dnl
dnl Endianness check
...
...
modules/gui/qt4/Modules.am
View file @
d4e913a6
...
...
@@ -90,14 +90,9 @@ nodist_SOURCES_qt4 = \
ui/messages_panel.h \
ui/about.h \
ui/update.h \
ui/sout.h
if ENABLE_MEDIA_LIBRARY
nodist_SOURCES_qt4 +=
dialogs/ml_configuration.moc.cpp \
components/playlist/ml_item.moc.cpp \
components/playlist/ml_model.moc.cpp
endif
components/playlist/ml_model.moc.cpp \
ui/sout.h
DEPS_res = \
pixmaps/arrow_down_dark.png \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment