Skip to content

Commit

Permalink
Add SH-Mobile frame buffer sink (gstshfbdevsink)
Browse files Browse the repository at this point in the history
Signed-off-by: Conrad Parker <[email protected]>
  • Loading branch information
Takashi Namiki authored and kfish committed Nov 20, 2009
1 parent 2e5877e commit 49a1e4c
Show file tree
Hide file tree
Showing 3 changed files with 552 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plugin_LTLIBRARIES = libgstshvideodec.la libgstshvideodec2.la libgstshvideoenc.la libgstshvideocapenc.la
plugin_LTLIBRARIES = libgstshvideodec.la libgstshvideodec2.la libgstshvideoenc.la libgstshvideocapenc.la libgstshfbdevsink.la

EXTRA_DIST = \
depcomp autogen.sh \
Expand All @@ -22,6 +22,7 @@ libgstshvideodec_la_SOURCES = gstshvideodec.c
libgstshvideodec2_la_SOURCES = gstshvideodec2.c
libgstshvideoenc_la_SOURCES = gstshvideoenc.c cntlfile/ControlFileUtil.c
libgstshvideocapenc_la_SOURCES = gstshvideocapenc.c cntlfile/ControlFileUtil.c cntlfile/capture.c
libgstshfbdevsink_la_SOURCES = gstshfbdevsink.c

libgstshvideodec_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
$(SHCODECS_CFLAGS)
Expand Down Expand Up @@ -58,7 +59,17 @@ libgstshvideocapenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -O2 -lrt \
-lgstvideo-0.10 -lz -lstdc++ -lgstinterfaces-0.10 $(SHCODECS_LDFLAGS) $(SHVEU_LDFLAGS) $(UIOMUX_LDFLAGS)
libgstshvideocapenc_la_LIBTOOLFLAGS = --tag=disable-static

libgstshfbdevsink_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
$(SHCODECS_CFLAGS) $(SHVEU_CFLAGS) $(UIOMUX_CFLAGS)
libgstshfbdevsink_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
$(SHCODECS_LIBS) $(SHVEU_LIBS) $(UIOMUX_LIBS)
libgstshfbdevsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -O2 -lrt \
-lgstvideo-0.10 -lz -lstdc++ -lgstinterfaces-0.10
libgstshfbdevsink_la_LIBTOOLFLAGS = --tag=disable-static


noinst_HEADERS = \
gstshfbdevsink.h \
gstshvideocapenc.h \
gstshvideodec2.h \
gstshvideodec.h \
Expand Down
Loading

0 comments on commit 49a1e4c

Please sign in to comment.