Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. root@server:/usr/src/tvheadend# grep CFLAGS /usr/src/tvheadend/libav_static/libvorbis-1.3.4/Makefile
  2. CFLAGS = -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H
  3. OGG_CFLAGS =
  4. $(MAKE) all CFLAGS="-g -Wall -Wextra -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char"
  5. $(MAKE) all CFLAGS="-pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char"
  6. root@server:/usr/src/tvheadend# ls -la /usr/src/tvheadend/libav_static/build/ffmpeg/include/ogg
  7. total 32
  8. drwxr-xr-x 2 root root 4096 Nov 27 15:42 .
  9. drwxr-xr-x 5 root root 4096 Nov 27 15:42 ..
  10. -rw-r--r-- 1 root root 499 Nov 27 15:42 config_types.h
  11. -rw-r--r-- 1 root root 8433 Nov 27 15:42 ogg.h
  12. -rw-r--r-- 1 root root 4271 Nov 27 15:42 os_types.h
  13. root@server:/usr/src/tvheadend#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement