mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
683 B

  1. --- ./configure.orig 2006-03-30 23:30:25.000000000 +0200
  2. +++ ./configure 2006-03-30 23:30:40.000000000 +0200
  3. @@ -290,7 +290,7 @@
  4. esac
  5. fi
  6. -MP4_LDFLAGS="-lgpac_static"
  7. +MP4_LDFLAGS="-lgpac"
  8. if [ $SYS = CYGWIN -o $SYS = MINGW ]; then
  9. MP4_LDFLAGS="$MP4_LDFLAGS -lwinmm"
  10. fi
  11. --- ./muxers.c.orig 2006-03-30 23:39:03.000000000 +0200
  12. +++ ./muxers.c 2006-03-30 23:39:15.000000000 +0200
  13. @@ -647,7 +647,7 @@
  14. return -1;
  15. memset(p_mp4, 0, sizeof(mp4_t));
  16. - p_mp4->p_file = gf_isom_open(psz_filename, GF_ISOM_OPEN_WRITE, NULL);
  17. + p_mp4->p_file = gf_isom_open(psz_filename, GF_ISOM_OPEN_WRITE);
  18. if ((p_mp4->p_sample = gf_isom_sample_new()) == NULL)
  19. {