Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.io.video
Commits
115d16be
Commit
115d16be
authored
May 20, 2014
by
André Anjos
💬
Browse files
Fix warnings
parent
a9161dc9
Changes
4
Show whitespace changes
Inline
Side-by-side
MANIFEST.in
View file @
115d16be
...
...
@@ -2,3 +2,4 @@ include LICENSE README.rst bootstrap.py buildout.cfg
recursive-include doc conf.py *.rst
recursive-include xbob *.cpp *.h
recursive-include xbob/io/video/data *.*
recursive-include xbob/io/video/fonts *.txt *.ttf
buildout.cfg
View file @
115d16be
...
...
@@ -16,7 +16,7 @@ develop = src/xbob.extension
; options for xbob.buildout extension
debug = true
verbose = true
prefixes = /idiap/group/torch5spro/
nightlies/last/bob
/linux-x86_64-release
prefixes = /idiap/group/torch5spro/
releases/preview/install
/linux-x86_64-release
/Users/andre/work/bob/b/dbg/
[sources]
...
...
xbob/io/video/reader.cpp
View file @
115d16be
...
...
@@ -5,7 +5,6 @@
* @brief Bindings to bob::io::video::Reader
*/
#include "cpp/reader.h"
#include "bobskin.h"
#include <boost/make_shared.hpp>
...
...
@@ -15,6 +14,8 @@
#include <xbob.io.base/api.h>
#include <stdexcept>
#include "cpp/reader.h"
#define VIDEOREADER_NAME "reader"
PyDoc_STRVAR
(
s_videoreader_str
,
XBOB_EXT_MODULE_PREFIX
"."
VIDEOREADER_NAME
);
...
...
xbob/io/video/writer.cpp
View file @
115d16be
...
...
@@ -5,7 +5,6 @@
* @brief Bindings to bob::io::video::Writer
*/
#include "cpp/writer.h"
#include "bobskin.h"
#include <boost/make_shared.hpp>
...
...
@@ -15,6 +14,8 @@
#include <xbob.io.base/api.h>
#include <stdexcept>
#include "cpp/writer.h"
#define VIDEOWRITER_NAME "writer"
PyDoc_STRVAR
(
s_videowriter_str
,
XBOB_EXT_MODULE_PREFIX
"."
VIDEOWRITER_NAME
);
...
...
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