Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLMC
Commits
da4c0663
Commit
da4c0663
authored
Aug 13, 2009
by
Ludovic Fauvet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git commit -a is a bad idea.
parent
1a69b14d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
src/LibVLCpp/VLCInstance.cpp
src/LibVLCpp/VLCInstance.cpp
+1
-1
vlmc
vlmc
+0
-1
vlmc.pro
vlmc.pro
+2
-4
No files found.
src/LibVLCpp/VLCInstance.cpp
View file @
da4c0663
...
...
@@ -36,7 +36,7 @@ Instance::Instance()
"--no-skip-frames"
,
// "--intf", "dummy",
//"--no-audio",
"--plugin-path"
,
"/home/etix/dev/vlc/build
/modules"
,
//
"--plugin-path",
VLC_TREE "
/modules",
"--disable-screensaver"
,
"--ignore-config"
,
//Don't use VLC's config files
};
...
...
vlmc
View file @
da4c0663
#!/bin/sh
export
LD_LIBRARY_PATH
=
/home/etix/dev/vlc/build/src/.libs
exec
bin/vlmc
"
$@
"
vlmc.pro
View file @
da4c0663
...
...
@@ -117,15 +117,13 @@ INCLUDEPATH += src/LibVLCpp \
src
/
metadata
\
src
/
commands
\
src
/
Workflow
\
src
\
/
home
/
etix
/
dev
/
vlc
/
include
src
#
QMAKE_CFLAGS
+=-
pg
#
QMAKE_CXXFLAGS
+=-
pg
#
QMAKE_LFLAGS
+=-
pg
LIBS
=
-
L
/
usr
/
local
/
lib
\
-
lvlc
\
-
L
/
home
/
etix
/
dev
/
vlc
/
build
/
src
/.
libs
-
lvlc
SUBDIRS
+=
modules
CODECFORTR
=
UTF
-
8
include
(
locale
.
pri
)
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