Skip to content

Commit

Permalink
remove references to cntlfile/ subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
kfish committed Dec 17, 2009
1 parent 806d604 commit 7da161d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gst/shvideo/gstshvideocapenc.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include <shveu/shveu.h>

#include "gstshvideocapenc.h"
#include "cntlfile/capture.h"
#include "capture.h"
#include "display.h"

typedef enum {
Expand Down
4 changes: 2 additions & 2 deletions gst/shvideo/gstshvideocapenc.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#include <shcodecs/shcodecs_encoder.h>
#include <pthread.h>

#include "cntlfile/ControlFileUtil.h"
#include "cntlfile/capture.h"
#include "ControlFileUtil.h"
#include "capture.h"

G_BEGIN_DECLS
#define GST_TYPE_SHVIDEOENC \
Expand Down
2 changes: 1 addition & 1 deletion gst/shvideo/gstshvideoenc.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#include <gst/gst.h>

#include "gstshvideoenc.h"
#include "cntlfile/ControlFileUtil.h"
#include "ControlFileUtil.h"

/**
* Define capatibilities for the sink factory
Expand Down
2 changes: 1 addition & 1 deletion gst/shvideo/gstshvideoenc.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <shcodecs/shcodecs_encoder.h>
#include <pthread.h>

#include "cntlfile/ControlFileUtil.h"
#include "ControlFileUtil.h"

G_BEGIN_DECLS
#define GST_TYPE_SHVIDEOENC \
Expand Down

0 comments on commit 7da161d

Please sign in to comment.