Skip to content

Commit

Permalink
Merge pull request sofa-framework#752 from tgaugry/remove-avcodec-dep…
Browse files Browse the repository at this point in the history
…endencies-from-headers

[Gui][HeadlessRecorder]Remove avcodec dependency in HeadlessRecorder.h
  • Loading branch information
hugtalbot authored and guparan committed Oct 4, 2018
1 parent 82656dd commit 0f11db0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Contact information: contact@sofa-framework.org *
******************************************************************************/
#include "HeadlessRecorder.h"

#include "VideoRecorderFFMpeg.h"
namespace sofa
{

Expand Down
4 changes: 2 additions & 2 deletions applications/sofa/gui/headlessRecorder/HeadlessRecorder.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
#include <sofa/helper/io/Image.h>
#include <sofa/helper/system/SetDirectory.h>

#include "VideoRecorderFFMpeg.h"

namespace sofa
{

Expand All @@ -60,6 +58,8 @@ namespace hRecorder

enum class RecordMode { wallclocktime, simulationtime, timeinterval };

class VideoRecorderFFmpeg;

class HeadlessRecorder : public sofa::gui::BaseGUI
{

Expand Down

0 comments on commit 0f11db0

Please sign in to comment.