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
f4dcd21d
Commit
f4dcd21d
authored
Jul 08, 2006
by
Mohammed Adnène Trojette
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetic changes + compilation fixes
parent
8a473ffa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
modules/gui/qt4/Modules.am
modules/gui/qt4/Modules.am
+7
-7
modules/gui/qt4/components/video_widget.cpp
modules/gui/qt4/components/video_widget.cpp
+1
-1
No files found.
modules/gui/qt4/Modules.am
View file @
f4dcd21d
...
...
@@ -12,7 +12,7 @@
AUTOMAKE_OPTIONS
=
subdir-objects
TOUI
=
ui/input_stats ui/main_interface ui/file_open
\
ui/okcanceldialog
ui/okcanceldialog
UIH
=
$(TOUI:%=%.h)
TOMOC
=
main_interface
\
...
...
@@ -22,13 +22,13 @@ TOMOC = main_interface \
dialogs/playlist
\
dialogs/prefs_dialog
\
dialogs/streaminfo
\
dialogs/interaction
\
dialogs/interaction
\
components/infopanels
\
components/preferences_widgets
\
components/preferences
\
components/open
\
components/video_widget
\
components/playlist/panels
\
components/video_widget
\
util/input_slider
MOCCPP
=
$(TOMOC:%=%.moc.cpp)
...
...
@@ -45,10 +45,10 @@ nodist_SOURCES_qt4 = \
components/preferences_widgets.moc.cpp
\
components/preferences.moc.cpp
\
components/open.moc.cpp
\
components/video_widget.moc.cpp
\
components/playlist/panels.moc.cpp
\
components/video_widget.moc.cpp
\
util/input_slider.moc.cpp
\
resources.cpp
resources.cpp
if
ENABLE_QT4
BUILT_SOURCES
+=
$(UIH)
$(nodist_SOURCES_qt4)
...
...
@@ -82,8 +82,8 @@ SOURCES_qt4 = qt4.cpp \
components/preferences_widgets.cpp
\
components/preferences.cpp
\
components/open.cpp
\
components/video_widget.cpp
\
components/playlist/standardpanel.cpp
\
components/video_widget.cpp
\
util/input_slider.cpp
$(NULL)
...
...
@@ -102,8 +102,8 @@ EXTRA_DIST += \
components/preferences_widgets.hpp
\
components/preferences.hpp
\
components/open.hpp
\
components/video_widget.hpp
\
components/playlist/panels.hpp
\
components/video_widget.hpp
\
util/input_slider.hpp
\
ui/input_stats.ui
\
ui/file_open.ui
\
...
...
modules/gui/qt4/components/video_widget.cpp
View file @
f4dcd21d
...
...
@@ -154,7 +154,7 @@ void VideoWidget::Release( void *p_win )
// p_intf->p_sys->p_mi->setMinimumSize( 500,
// p_intf->p_sys->p_mi->addSize.height() );
if
(
!
config_GetInt
f
(
p_intf
,
"qt-always-video"
)
)
if
(
!
config_GetInt
(
p_intf
,
"qt-always-video"
)
)
need_update
=
true
;
fprintf
(
stderr
,
"[After R update] MI constraints %ix%i -> %ix%i
\n
"
,
...
...
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