diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-03-15 21:28:44 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-03-15 21:28:44 -0500 |
commit | 575045fdbfec2b072fcde338958ee85d55ae69b2 (patch) | |
tree | 858c8b1958661c6be669d2a78211c1152c458ade /avmedia | |
parent | 896d4ef235135c7abd2c1e9942e05f9b49e8ebba (diff) |
avmedia/gstreamer .mk must include target.mk even if it has nothing to do
Diffstat (limited to 'avmedia')
-rwxr-xr-x | avmedia/source/gstreamer/makefile.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/avmedia/source/gstreamer/makefile.mk b/avmedia/source/gstreamer/makefile.mk index 2f3a7e9cb8a4..692a63abe743 100755 --- a/avmedia/source/gstreamer/makefile.mk +++ b/avmedia/source/gstreamer/makefile.mk @@ -71,13 +71,18 @@ DEF1NAME=$(SHL1TARGET) DEF1EXPORTFILE=exports.dxp .ENDIF # UNX / WNT +.ENDIF # ENABLE_GSTREAMER .INCLUDE : target.mk +.IF "$(ENABLE_GSTREAMER)" == "TRUE" +.IF "$(GUI)" == "UNX" || "$(GUI)" == "WNT" + ALLTAR : $(MISC)/avmediagstreamer.component $(MISC)/avmediagstreamer.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt avmediagstreamer.component $(XSLTPROC) --nonet \ --stringparam uri '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' \ -o $@ $(SOLARENV)/bin/createcomponent.xslt avmediagstreamer.component +.ENDIF # UNX / WNT .ENDIF # ENABLE_GSTREAMER |