Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
7480497ce9a83693ff0d03561c06570a3563ad9b
Authored by
Scott Klum
2016-03-28 10:35:26 -0400
1 parent
737c0f38
Renamed video format file
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
openbr/plugins/format/video.cpp → openbr/plugins/format/videoFormats.cpp
openbr/plugins/format/video.cpp renamed to openbr/plugins/format/videoFormats.cpp
View file @
7480497
...
...
@@ -160,4 +160,4 @@ BR_REGISTER(Format, DefaultFormat)
160
160
161
161
} // namespace br
162
162
163
-#include "format/video.moc"
163
+#include "format/videoFormats.moc"
...
...