Skip to content

Commit

Permalink
Use discoverd build flags in Makefile.am
Browse files Browse the repository at this point in the history
  • Loading branch information
kfish committed Oct 16, 2009
1 parent 925264a commit 46dc5df
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ libgstshvideodec_la_LIBTOOLFLAGS = --tag=disable-static


libgstshvideodec2_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
$(LIBSHCODECS_CFLAGS)
$(LIBSHCODECS_CFLAGS) $(SHVEU_CFLAGS) $(UIOMUX_CFLAGS)
libgstshvideodec2_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
$(LIBSHCODECS_LIBS)
$(LIBSHCODECS_LIBS) $(SHVEU_LIBS) $(UIOMUX_LDFLAGS)
libgstshvideodec2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -O2 -lrt \
-lgstvideo-0.10 -lz -lstdc++ -lgstinterfaces-0.10 -lshcodecs -lshveu
-lgstvideo-0.10 -lz -lstdc++ -lgstinterfaces-0.10 -lshcodecs $(SHVEU_LDFLAGS) $(UIOMUX_LDFLAGS)
libgstshvideodec2_la_LIBTOOLFLAGS = --tag=disable-static


Expand All @@ -51,11 +51,11 @@ libgstshvideoenc_la_LIBTOOLFLAGS = --tag=disable-static


libgstshvideocapenc_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
$(LIBSHCODECS_CFLAGS)
$(LIBSHCODECS_CFLAGS) $(SHVEU_CFLAGS) $(UIOMUX_CFLAGS)
libgstshvideocapenc_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
$(LIBSHCODECS_LIBS)
$(LIBSHCODECS_LIBS) $(SHVEU_LIBS) $(UIOMUX_LIBS)
libgstshvideocapenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -O2 -lrt \
-lgstvideo-0.10 -lz -lstdc++ -lgstinterfaces-0.10 -lshcodecs -lshveu
-lgstvideo-0.10 -lz -lstdc++ -lgstinterfaces-0.10 -lshcodecs $(SHVEU_LDFLAGS) $(UIOMUX_LDFLAGS)
libgstshvideocapenc_la_LIBTOOLFLAGS = --tag=disable-static

noinst_HEADERS = \
Expand Down

0 comments on commit 46dc5df

Please sign in to comment.