Advertisement
Guest User

Untitled

a guest
Jun 7th, 2022
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. mkdir /tmp/new
  2. rm -f audio/mp3/*.s.* audio/mp3/*.bin
  3. make audio/mp3/mp3_0_apply_window_float.bin
  4. cp -r audio/mp3/mp3_0_apply_window_float.* /tmp/new
  5.  
  6. git reset HEAD~2 --hard
  7. mkdir /tmp/old
  8. rm -f audio/mp3/*.s.* audio/mp3/*.bin
  9. make audio/mp3/mp3_0_apply_window_float.bin
  10. cp -r audio/mp3/mp3_0_apply_window_float.* /tmp/old
  11.  
  12. diff -ur /tmp/old /tmp/new
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement