Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
be04be34
Commit
be04be34
authored
8 years ago
by
Callum Prentice
Browse files
Options
Downloads
Plain Diff
Automated merge with tip of lindenlab/viewer64
parents
3c16beed
e6b9174b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
indra/llcorehttp/tests/test_llcorehttp_peer.py
+2
-1
2 additions, 1 deletion
indra/llcorehttp/tests/test_llcorehttp_peer.py
indra/media_plugins/libvlc/CMakeLists.txt
+11
-1
11 additions, 1 deletion
indra/media_plugins/libvlc/CMakeLists.txt
with
13 additions
and
2 deletions
indra/llcorehttp/tests/test_llcorehttp_peer.py
+
2
−
1
View file @
be04be34
...
@@ -284,7 +284,8 @@ class Server(ThreadingMixIn, HTTPServer):
...
@@ -284,7 +284,8 @@ class Server(ThreadingMixIn, HTTPServer):
# to stderr which annoys some. Disable this override to get
# to stderr which annoys some. Disable this override to get
# default behavior which *shouldn't* cause the program to return
# default behavior which *shouldn't* cause the program to return
# a failure status.
# a failure status.
def
handle_error
(
self
,
request
,
client_address
):
if
not
VERBOSE
:
def
handle_error
(
self
,
request
,
client_address
):
print
'
-
'
*
40
print
'
-
'
*
40
print
'
Ignoring exception during processing of request from
'
,
print
'
Ignoring exception during processing of request from
'
,
print
client_address
print
client_address
...
...
This diff is collapsed.
Click to expand it.
indra/media_plugins/libvlc/CMakeLists.txt
+
11
−
1
View file @
be04be34
...
@@ -61,7 +61,17 @@ target_link_libraries(media_plugin_libvlc
...
@@ -61,7 +61,17 @@ target_link_libraries(media_plugin_libvlc
add_dependencies
(
media_plugin_libvlc
add_dependencies
(
media_plugin_libvlc
${
LLPLUGIN_LIBRARIES
}
${
LLPLUGIN_LIBRARIES
}
${
MEDIA_PLUGIN_BASE_LIBRARIES
}
${
MEDIA_PLUGIN_BASE_LIBRARIES
}
${
LLCOMMON_LIBRARIES
}
##${LLCOMMON_LIBRARIES}
# Just say 'llcommon' here. LLCOMMON_LIBRARIES is specified for use in
# target_link_libraries: it includes several Boost libraries, which are
# absolutely NOT dependencies in the sense intended here. Those Boost
# library macros, in turn, specify 'debug' and 'optimized' and a different
# library name for each, producing several wordy errors:
# Policy CMP0046 is not set: Error on non-existent dependency in
# add_dependencies.
# Really, the only dependency we should mention from LLCOMMON_LIBRARIES is
# llcommon itself.
llcommon
)
)
if
(
WINDOWS
)
if
(
WINDOWS
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment