Advertisement
Guest User

Untitled

a guest
Nov 5th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.81 KB | None | 0 0
  1. diff --git a/lib/upipe-av/Makefile.am b/lib/upipe-av/Makefile.am
  2. index abc622e6..a4b38170 100644
  3. --- a/lib/upipe-av/Makefile.am
  4. +++ b/lib/upipe-av/Makefile.am
  5. @@ -32,8 +32,13 @@ pkgconfig_DATA = libupipe_av.pc
  6.  
  7.  @AMDEP_TRUE@include ./$(DEPDIR)/upipe_av_codecs_h.Plo
  8.  
  9. +@AMDEP_TRUE@$(DEPDIR)/upipe_av_codecs_h.Plo:
  10. +@am__fastdepCC_TRUE@   $(AM_V_at)$(MKDIR_P) $(DEPDIR)
  11. +@am__fastdepCC_TRUE@   @echo '# dummy' >$@-t && $(am__mv) $@-t $@
  12. +
  13.  upipe_av_codecs.h: upipe_av_codecs.pl avcodec_include.h
  14.  @am__fastdepCC_TRUE@   $(AM_V_CC) $(CPP) $(CFLAGS) $(CPPFLAGS) @AVFORMAT_CFLAGS@ -M $(srcdir)/avcodec_include.h -MT $@ -o $@.Tpo
  15. +@am__fastdepCC_TRUE@   $(AM_V_at)$(MKDIR_P) $(DEPDIR)
  16.  @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $@.Tpo $(DEPDIR)/upipe_av_codecs_h.Plo
  17.         $(AM_V_GEN) \
  18.           CPP="$(CPP)" \
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement